From 4e1c4f6e0bfc7b0feabe08d7aa4bf92f444fbe66 Mon Sep 17 00:00:00 2001 From: Daniel Hiltgen Date: Tue, 27 Aug 2024 13:42:28 -0700 Subject: [PATCH] Update manual instructions with discrete ROCm bundle (#6445) --- docs/linux.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/linux.md b/docs/linux.md index d1d5892c..fbaf4845 100644 --- a/docs/linux.md +++ b/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: