From 83d5a323b426ecb1432cd066db559b9e6709d602 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 00:35:34 +0000 Subject: [PATCH] ollama: Update to version 0.5.7 --- bucket/ollama.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ollama.json b/bucket/ollama.json index a0d9ca1c17..65509ead86 100644 --- a/bucket/ollama.json +++ b/bucket/ollama.json @@ -1,5 +1,5 @@ { - "version": "0.5.6", + "version": "0.5.7", "description": "Get up and running with large language models locally.", "homepage": "https://ollama.com/", "license": "MIT", @@ -9,12 +9,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/ollama/ollama/releases/download/v0.5.6/ollama-windows-amd64.zip", - "hash": "134cd6a1d5168a60d263ed0ffe3d3c70251fa41de4cd1b6b1e73c3c3f53c2287" + "url": "https://github.com/ollama/ollama/releases/download/v0.5.7/ollama-windows-amd64.zip", + "hash": "11ec2270a5205228fddeaa15c8319a0f0167c0ee7420d19c43714312d4761d2d" }, "arm64": { - "url": "https://github.com/ollama/ollama/releases/download/v0.5.6/ollama-windows-arm64.zip", - "hash": "fce04f7d2a2489b76a41def7dab664cf7670315b1ddeccd2227e77715c48c1d4" + "url": "https://github.com/ollama/ollama/releases/download/v0.5.7/ollama-windows-arm64.zip", + "hash": "0e30b63f949d5176e2c07bc71dc326fa9664a9881818b529aa63849e1d5822e0" } }, "bin": "ollama.exe",