From 818b88c94c4479a5b83a648b4670e88dcead92c8 Mon Sep 17 00:00:00 2001 From: jeffser Date: Mon, 22 Jul 2024 22:00:03 -0600 Subject: [PATCH] Changed Ollama version to 0.2.8 --- com.jeffser.Alpaca.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/com.jeffser.Alpaca.json b/com.jeffser.Alpaca.json index fcc367f..b1f619a 100644 --- a/com.jeffser.Alpaca.json +++ b/com.jeffser.Alpaca.json @@ -122,7 +122,7 @@ "sources": [ { "type": "file", - "url": "https://github.com/ollama/ollama/releases/download/v0.1.48/ollama-linux-amd64", + "url": "https://github.com/ollama/ollama/releases/download/v0.2.8/ollama-linux-amd64", "sha256": "7641b21e9d0822ba44e494f5ed3d3796d9e9fcdf4dbb66064f8c34c865bbec0b", "only-arches": [ "x86_64" @@ -130,7 +130,7 @@ }, { "type": "file", - "url": "https://github.com/ollama/ollama/releases/download/v0.1.48/ollama-linux-arm64", + "url": "https://github.com/ollama/ollama/releases/download/v0.2.8/ollama-linux-arm64", "sha256": "8ccaea237c3ef2a34d0cc00d8a89ffb1179d5c49211b6cbdf80d8d88e3f0add6", "only-arches": [ "aarch64"