From 66da63fd80a9146f47a65219fef0ece1a97cf57d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 00:37:59 +0000 Subject: [PATCH] ollama: Update to version 0.5.4 --- bucket/ollama.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ollama.json b/bucket/ollama.json index 73df89a508..101b41901d 100644 --- a/bucket/ollama.json +++ b/bucket/ollama.json @@ -1,5 +1,5 @@ { - "version": "0.5.3", + "version": "0.5.4", "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.3/ollama-windows-amd64.zip", - "hash": "257457df527bbbdf9d4ec43356e12fe6f68a2e3c19ce78a452051b7ad290208d" + "url": "https://github.com/ollama/ollama/releases/download/v0.5.4/ollama-windows-amd64.zip", + "hash": "1cc8de7710e1e832bc98b5c2ed44d04f82292e86d20acf37091defc83f9d6152" }, "arm64": { - "url": "https://github.com/ollama/ollama/releases/download/v0.5.3/ollama-windows-arm64.zip", - "hash": "b5551feac44b903f13a043e6fe08a966b45830667ff150a310d51a742ce2562d" + "url": "https://github.com/ollama/ollama/releases/download/v0.5.4/ollama-windows-arm64.zip", + "hash": "ec09ac147d521d7d2b43a2d217572807958f1aa240c4c4e652111d6ef714c65d" } }, "bin": "ollama.exe",