Ollama Windows Preview Release
Ollama is now available on Windows in preview, allowing users to to pull, run, and create large language models (LLMs) through a native Windows experience. This release enables local model execution with built-in GPU acceleration and full access to the Ollama model library and API.
Native Hardware Acceleration
Ollama on Windows provides hardware acceleration to optimize model performance without requiring virtualization or manual configuration. The software accelerates model execution using NVIDIA GPUs and modern CPU instruction sets, specifically AVX and AVX2, when available.
Model Library and Vision Capabilities
Windows users have full access to the Ollama model library, including vision models. For vision-capable models such as LLaVA 1.6, users can add images to messages by dragging and dropping them directly into the ollama run command.
Background API and OpenAI Compatibility
Ollama's API runs automatically in the background on http://localhost:11434, allowing external tools and applications to connect without additional setup.
Key API features include:
- OpenAI Compatibility: The Windows preview supports the same OpenAI compatibility as other Ollama platforms, enabling the use of existing OpenAI-based tooling with local models.
- PowerShell Integration: The API can be invoked directly via PowerShell using
Invoke-WebRequestto send POST requests to the local endpoint.
Installation and Setup
To begin using the Windows Preview, users can download the OllamaSetup.exe installer. After installation, models can be executed via the terminal using the command ollama run llama2. The application will prompt users for updates as new releases are made available.
Sources
- OriginalWindows preview
Related
- Dispatch
- Dispatch
- Dispatch
- Dispatch
- Project