From 027ddec6dfbc32d7d2416024b1098a3e17549a59 Mon Sep 17 00:00:00 2001 From: Chawye Hsu Date: Tue, 12 Mar 2024 00:56:15 +0800 Subject: [PATCH] ollama: Add version 0.1.28 (#5593) * ollama: Add version 0.1.28 * Update ollama.json --- bucket/ollama.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 bucket/ollama.json diff --git a/bucket/ollama.json b/bucket/ollama.json new file mode 100644 index 0000000000..37411c0285 --- /dev/null +++ b/bucket/ollama.json @@ -0,0 +1,25 @@ +{ + "version": "0.1.28", + "description": "Get up and running with large language models locally.", + "homepage": "https://ollama.com/", + "license": "MIT", + "url": "https://github.com/ollama/ollama/releases/download/v0.1.28/OllamaSetup.exe", + "hash": "5f5b493dea6f9de4ceb632c5fd4c81e3ce3e97993fc7686fe3d43d37e6df23a3", + "innosetup": true, + "bin": "ollama.exe", + "shortcuts": [ + [ + "ollama app.exe", + "Ollama", + "", + "app.ico" + ] + ], + "checkver": { + "github": "https://github.com/ollama/ollama" + }, + "autoupdate": { + "url": "https://github.com/ollama/ollama/releases/download/v$version/OllamaSetup.exe" + }, + "notes": "You should have at least 8 GB of RAM available to run the 7B models, 16 GB to run the 13B models, and 32 GB to run the 33B models." +}