From 4ee8e93457d1571d65c76e2493def0bc8fe6e165 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 04:29:44 +0000 Subject: [PATCH] ollama: Update to version 0.3.14 --- bucket/ollama.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ollama.json b/bucket/ollama.json index 72f9ef007f..bed9e41dad 100644 --- a/bucket/ollama.json +++ b/bucket/ollama.json @@ -1,5 +1,5 @@ { - "version": "0.3.13", + "version": "0.3.14", "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.3.13/ollama-windows-amd64.zip", - "hash": "2ddde0db7c7b63854538aabc1b3b1185a9f697a9d11a1134c10c70742d0f823d" + "url": "https://github.com/ollama/ollama/releases/download/v0.3.14/ollama-windows-amd64.zip", + "hash": "fc3ec4bb8d7c2dde13fd2f5f0c46f5ac7a3a238039ef9906c01fe548c17e1227" }, "arm64": { - "url": "https://github.com/ollama/ollama/releases/download/v0.3.13/ollama-windows-arm64.zip", - "hash": "ce9ded5dc63597477043ebc11f6f6e2ad33873a013cbee0d3936d4cb85421f96" + "url": "https://github.com/ollama/ollama/releases/download/v0.3.14/ollama-windows-arm64.zip", + "hash": "ac6b23cc1d7c664237e3ed551776860ce3e3c9a120e13a64b0e022039920143a" } }, "bin": "ollama.exe",