From f3b3ec1285430a621cab8ba53e480de0e9710738 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 04:31:03 +0000 Subject: [PATCH] ollama: Update to version 0.5.1 --- bucket/ollama.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ollama.json b/bucket/ollama.json index 40d900bff3..0a45bdfe5c 100644 --- a/bucket/ollama.json +++ b/bucket/ollama.json @@ -1,5 +1,5 @@ { - "version": "0.5.2", + "version": "0.5.1", "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.2/ollama-windows-amd64.zip", - "hash": "fb90eaf004d4f9c076668f2a617982f3444a45f9052153d7caf0b2f3a66c21c1" + "url": "https://github.com/ollama/ollama/releases/download/v0.5.1/ollama-windows-amd64.zip", + "hash": "6448278dd228b81fbac561bd0e1115dd3d1a581e66b44fd23914e56eb659394b" }, "arm64": { - "url": "https://github.com/ollama/ollama/releases/download/v0.5.2/ollama-windows-arm64.zip", - "hash": "50cefedfb8725d3642b1b3d187265563085eedae043862cc0e1e98ab541753df" + "url": "https://github.com/ollama/ollama/releases/download/v0.5.1/ollama-windows-arm64.zip", + "hash": "b51b544c4dca759a886dae28b87b7a6612bfe064ec901546f08ee50205c2b561" } }, "bin": "ollama.exe",