Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ollama: Fix install error #5920

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 3 additions & 12 deletions bucket/ollama.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,14 @@
"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.44/OllamaSetup.exe",
"hash": "640c587550810b941e384618e4a0130e3cda56ac67f7894b821c141aefd6ad0c",
"innosetup": true,
"url": "https://github.com/ollama/ollama/releases/download/v0.1.44/ollama-windows-amd64.zip",
"hash": "483fef57f094f5a52d865182a0d6f9a2e8a59eb44dd756b4517ea9b747d90338",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs rebase and update for version 0.1.47.

"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"
"url": "https://github.com/ollama/ollama/releases/download/v$version/ollama-windows-amd64.zip"
},
"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."
}