2025-02-14 08:30:12 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.5.10",
"description": "Get up and running with large language models locally.",
"homepage": "https://ollama.com/",
"license": "MIT",
"notes": "Ollama with deamon has been moved to 'extras/ollama-full'.",
"suggest": {
"Ollama Full": "extras/ollama-full"
},
"architecture": {
"64bit": {
"url": "https://github.com/ollama/ollama/releases/download/v0.5.10/ollama-windows-amd64.zip",
"hash": "124510eed88283fe7877badef42d7724b174cecb257bdfce5b6b343ed9abb654"
},
"arm64": {
"url": "https://github.com/ollama/ollama/releases/download/v0.5.10/ollama-windows-arm64.zip",
"hash": "93d5f50d357be3ea276df5cf16d44febacb526e693dceb97111e45d02b709b6c"
}
},
"bin": "ollama.exe",
"checkver": {
"github": "https://github.com/ollama/ollama"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ollama/ollama/releases/download/v$version/ollama-windows-amd64.zip"
},
"arm64": {
"url": "https://github.com/ollama/ollama/releases/download/v$version/ollama-windows-arm64.zip"
}
},
"hash": {
"url": "$baseurl/sha256sum.txt"
}
}
}