doc: clarify both rocm and main bundle necessary (#11900)

Some users expect the rocm bundles to be self-sufficient, but are designed to be additive.
This commit is contained in:
Daniel Hiltgen
2025-08-14 12:54:55 -07:00
committed by GitHub
parent c385ca8672
commit 7ccfd97a93
2 changed files with 8 additions and 4 deletions

View File

@@ -34,7 +34,11 @@ ollama -v
### AMD GPU install
If you have an AMD GPU, also download and extract the additional ROCm package:
If you have an AMD GPU, **also** download and extract the additional ROCm package:
> [!IMPORTANT]
> The ROCm tgz contains only AMD dependent libraries. You must extract **both** `ollama-linux-amd64.tgz` and `ollama-linux-amd64-rocm.tgz` into the same location.
```shell
curl -L https://ollama.com/download/ollama-linux-amd64-rocm.tgz -o ollama-linux-amd64-rocm.tgz