mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
26 lines
865 B
JSON
26 lines
865 B
JSON
{
|
|
"version": "0.1.32",
|
|
"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.1.32/OllamaSetup.exe",
|
|
"hash": "6a7521888e35ab6ccf7cf97c758ada723d5f984452b94c12926cd0fa7a378865",
|
|
"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"
|
|
},
|
|
"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."
|
|
}
|