EXE
WinGet
Ollama
Ollama · 0.6.6 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
OllamaSetup.exe /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART
File Identity
Filename
OllamaSetup.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Ollama.Ollama
Version
0.6.6
Description
Get up and running with large language models locally.
License
MIT
↗
Homepage
https://ollama.com/
Upgrade Behavior
install(Install over existing)
Release Notes
New models
- IBM Granite 3.3: 2B and 8B models with 128K context length that have been fine-tuned for improved reasoning and instruction-following capabilities.
- DeepCoder: a fully open-Source 14B coder model at O3-mini level, with a 1.5B version also available.
What's Changed
- New, faster model downloading: OLLAMA_EXPERIMENT=client2 ollama serve to try running Ollama with this new downloader with improved performance and reliability when running ollama pull. Please share feedback here!
- Fixe…