ollama: Add autoupdate.hash (#5946)

This commit is contained in:
Hsiao-nan Cheung 2024-06-24 20:23:16 +08:00 committed by GitHub
parent b2d1b05899
commit dd2060e0d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,10 @@
"github": "https://github.com/ollama/ollama"
},
"autoupdate": {
"url": "https://github.com/ollama/ollama/releases/download/v$version/OllamaSetup.exe"
"url": "https://github.com/ollama/ollama/releases/download/v$version/OllamaSetup.exe",
"hash": {
"url": "$baseurl/sha256sum.txt"
}
},
"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."
}