Update manual instructions with discrete ROCm bundle (#6445)

This commit is contained in:
Daniel Hiltgen 2024-08-27 13:42:28 -07:00 committed by GitHub
parent 397cae7962
commit 4e1c4f6e0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,6 +28,11 @@ Download and extract the Linux package:
curl -fsSL https://ollama.com/download/ollama-linux-amd64.tgz | sudo tar zx -C /usr
```
If you have an AMD GPU, also download and extract the ROCm package into the same location
```bash
curl -fsSL https://ollama.com/download/ollama-linux-amd64-rocm.tgz | sudo tar zx -C /usr
```
### Adding Ollama as a startup service (recommended)
Create a user for Ollama: