From 44e6d9c36e815da61a0eddb742cb7a89b4215ac8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 04:30:10 +0000 Subject: [PATCH] ollama: Update to version 0.4.7 --- bucket/ollama.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ollama.json b/bucket/ollama.json index a70b9d5a8d..cdf55739f0 100644 --- a/bucket/ollama.json +++ b/bucket/ollama.json @@ -1,5 +1,5 @@ { - "version": "0.4.6", + "version": "0.4.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.4.6/ollama-windows-amd64.zip", - "hash": "c498d5c25084b4ef61bdb4c70a06debf9e5214817e102b1bbb35f32aae5a582e" + "url": "https://github.com/ollama/ollama/releases/download/v0.4.7/ollama-windows-amd64.zip", + "hash": "4cab003e82be1eec2698851588f0f736c4ad84e12684392f893afc7710fddb49" }, "arm64": { - "url": "https://github.com/ollama/ollama/releases/download/v0.4.6/ollama-windows-arm64.zip", - "hash": "292f67ca608bfd31be003e7ce73073f131a2101c091da250c9e993f24bc397cf" + "url": "https://github.com/ollama/ollama/releases/download/v0.4.7/ollama-windows-arm64.zip", + "hash": "a3d7e52b04c4e33790152d281f8572c554adcbfc816974b875b3967839074594" } }, "bin": "ollama.exe",