mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
29 lines
938 B
JSON
29 lines
938 B
JSON
{
|
|
"version": "0.3.10",
|
|
"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.3.10/OllamaSetup.exe",
|
|
"hash": "3be19a085685324066762f33c46c4a1121f27e7a1ea9b441d0becf57dbb34375",
|
|
"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",
|
|
"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."
|
|
}
|