2024-06-02 04:27:51 +00:00

26 lines
865 B
JSON

{
"version": "0.1.41",
"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.41/OllamaSetup.exe",
"hash": "e14a21228321bc6f94f3dc59b0e56a40a1dafbcc56310d1bd339c32c918afad0",
"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."
}