mirror of
https://github.com/ollama/ollama.git
synced 2026-07-10 09:44:18 +00:00
* Bring back escape valve for llm libraries If the new discovery logic picks the wrong library, this gives users the ability to force a specific one using the same pattern as before. This can also potentially speed up bootstrap discovery if one of the libraries takes a long time to load and ultimately bind to no devices. For example unsupported AMD iGPUS can sometimes take a while to discover and rule out. * Bypass extra discovery on jetpack systems On at least Jetpack6, cuda_v12 appears to expose the iGPU, but crashes later on in cublasInit so if we detect a Jetpack, short-circuit and use that variant. |
||
|---|---|---|
| .. | ||
| images | ||
| api.md | ||
| cloud.md | ||
| development.md | ||
| docker.md | ||
| examples.md | ||
| faq.md | ||
| gpu.md | ||
| import.md | ||
| linux.md | ||
| macos.md | ||
| modelfile.md | ||
| openai.md | ||
| README.md | ||
| template.md | ||
| troubleshooting.md | ||
| windows.md | ||
Documentation
Getting Started
- Quickstart
- Examples
- Importing models
- MacOS Documentation
- Linux Documentation
- Windows Documentation
- Docker Documentation