ollama/docs
Daniel Hiltgen bc8909fb38
Use runners for GPU discovery (#12090)
This revamps how we discover GPUs in the system by leveraging the Ollama
runner.  This should eliminate inconsistency between our GPU discovery and the
runners capabilities at runtime, particularly for cases where we try to filter
out unsupported GPUs.  Now the runner does that implicitly based on the actual
device list.  In some cases free VRAM reporting can be unreliable which can
leaad to scheduling mistakes, so this also includes a patch to leverage more
reliable VRAM reporting libraries if available.

Automatic workarounds have been removed as only one GPU leveraged this, which
is now documented. This GPU will soon fall off the support matrix with the next
ROCm bump.

Additional cleanup of the scheduler and discovery packages can be done in the
future once we have switched on the new memory management code, and removed
support for the llama runner.
2025-10-01 15:12:32 -07:00
..
images Fix import image width (#6528) 2024-08-27 14:19:47 -07:00
README.md doc: add MacOS docs (#11334) 2025-07-08 15:38:04 -07:00
api.md feat: add dimensions field to embed requests (#12242) 2025-09-11 10:36:10 -07:00
cloud.md docs: update cloud.md for cloud models 2025-09-22 13:09:17 -03:00
development.md doc: show how to clear the cgo cache (#12298) 2025-09-15 15:45:35 -07:00
docker.md docs: improve syntax highlighting in code blocks (#8854) 2025-02-07 09:55:07 -08:00
examples.md examples: remove codified examples (#8267) 2025-01-13 11:26:22 -08:00
faq.md docs: update the faq (#11760) 2025-08-06 16:55:57 -07:00
gpu.md Use runners for GPU discovery (#12090) 2025-10-01 15:12:32 -07:00
import.md docs: add the no-Modelfile function of `ollama create` (#9077) 2025-07-16 22:16:10 -07:00
linux.md Add v12 + v13 cuda support (#12000) 2025-09-10 12:05:18 -07:00
macos.md docs: fix typo in macos.md (#11425) 2025-07-16 10:50:46 -07:00
modelfile.md docs: update modelfile.md to reflect current default num_ctx (#11189) 2025-07-11 15:15:00 -07:00
openai.md docs: fix typos and remove trailing whitespaces (#11554) 2025-07-28 11:19:13 -07:00
template.md docs: change more template blocks to have syntax highlighting 2025-04-15 12:08:11 -07:00
troubleshooting.md docs: show how to debug nvidia init failures (#12216) 2025-09-08 11:39:00 -07:00
windows.md doc: clarify both rocm and main bundle necessary (#11900) 2025-08-14 12:54:55 -07:00