Ollama 0.33.3

current
Released
2026-09-02
ROCm
7.0
Minimum compute capability
5.0
Minimum NVIDIA driver
550 (570+ required for compute capability 5.0-6.2 specifically)
Ollama bundles its own CUDA/ROCm runtime libraries rather than requiring a separately-installed CUDA Toolkit, so its own docs express compatibility in terms of NVIDIA driver version and GPU compute capability rather than a CUDA Toolkit version: "Ollama supports Nvidia GPUs with compute capability 5.0+ and driver version 550 and newer. Nvidia GPUs with compute capability 5.0 through 6.2 require driver version 570 or newer" (docs/gpu.mdx). On AMD, Ollama "requires the AMD ROCm v7 driver on Linux" and "an AMD ROCm v7 / HIP7-capable driver stack on Windows" (hence rocmVersions: ["7.0"]), with a broad supported-card list spanning Radeon RX 6800 through 9070 XT, Radeon PRO, Ryzen AI, and Instinct MI100 through MI350X (Linux list is broader than Windows). For AMD cards ROCm doesn't officially list, Ollama's docs describe the same HSA_OVERRIDE_GFX_VERSION community workaround covered on this site's /rocm-consumer-gpus/ page, with their own worked example: forcing an RX 5400 (gfx1034, unsupported) to identify as gfx1030 via HSA_OVERRIDE_GFX_VERSION="10.3.0". version/releaseDate is Ollama's latest non-prerelease GitHub release as of data-pull time (v0.34.0-rc1 existed but is a release candidate, not used here). Source: github.com/ollama/ollama docs/gpu.mdx and the GitHub Releases API, verified 2026-09-06.

← All Ollama entries · All inference engines →