ollama: Switch to cli build

This commit is contained in:
HUMORCE 2024-09-28 07:02:14 +00:00
parent b6530471db
commit 46b646b48d
No known key found for this signature in database
GPG Key ID: FF7A96FF20AE10DC

View File

@ -3,26 +3,34 @@
"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.12/OllamaSetup.exe",
"hash": "b502efeb282f7121d4e372a4208645feeb464aed8ee01f2c677986b1f1954e85",
"innosetup": true,
"suggest": {
"Ollama Full": "extras/ollama-full"
},
"architecture": {
"64bit": {
"url": "https://github.com/ollama/ollama/releases/download/v0.3.12/ollama-windows-amd64.zip",
"hash": "0798a0630edaa8cb2b667a54f5566bdbd49be47820f75a9209ad0145f8f6a74e"
},
"arm64": {
"url": "https://github.com/ollama/ollama/releases/download/v0.3.12/ollama-windows-amd64.zip",
"hash": "0798a0630edaa8cb2b667a54f5566bdbd49be47820f75a9209ad0145f8f6a74e"
}
},
"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",
"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-amd64.zip"
}
},
"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."
}
}