2024-12-17 00:39:00 +00:00

38 lines
1.3 KiB
JSON

{
"version": "0.5.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.5.2/ollama-windows-amd64.zip",
"hash": "fb90eaf004d4f9c076668f2a617982f3444a45f9052153d7caf0b2f3a66c21c1"
},
"arm64": {
"url": "https://github.com/ollama/ollama/releases/download/v0.5.2/ollama-windows-arm64.zip",
"hash": "50cefedfb8725d3642b1b3d187265563085eedae043862cc0e1e98ab541753df"
}
},
"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"
}
}
}