瀏覽代碼

Update manual instructions with discrete ROCm bundle (#6445)

Daniel Hiltgen 8 月之前
父節點
當前提交
4e1c4f6e0b
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      docs/linux.md

+ 5 - 0
docs/linux.md

@@ -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: