2024-11-16 04:30:21 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.4.2",
"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.4.2/ollama-windows-amd64.zip",
"hash": "047d20edf8b2bf07cccc52eff8076c2735cadd233a80f19ad03a3676d31b714d"
},
"arm64": {
"url": "https://github.com/ollama/ollama/releases/download/v0.4.2/ollama-windows-arm64.zip",
"hash": "be7d4b57f40be4dfbda06cf944d5e26f8fb6042d8d8651cbb90b3add4a551f6b"
}
},
"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"
}
}
}