From cae5d4d4ea43493670d038ec01c466bec81edf38 Mon Sep 17 00:00:00 2001 From: Daniel Hiltgen Date: Wed, 5 Mar 2025 14:11:21 -0800 Subject: [PATCH] Win: doc new rocm zip file (#9367) To stay under the 2G github artifact limit, we're splitting ROCm out like we do on linux. --- docs/windows.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/windows.md b/docs/windows.md index 018cc41d0..78b99a5d7 100644 --- a/docs/windows.md +++ b/docs/windows.md @@ -81,9 +81,11 @@ help you keep up to date. If you'd like to install or integrate Ollama as a service, a standalone `ollama-windows-amd64.zip` zip file is available containing only the Ollama CLI -and GPU library dependencies for Nvidia and AMD. This allows for embedding -Ollama in existing applications, or running it as a system service via `ollama -serve` with tools such as [NSSM](https://nssm.cc/). +and GPU library dependencies for Nvidia. If you have an AMD GPU, also download +and extract the additional ROCm package `ollama-windows-amd64-rocm.zip` into the +same directory. This allows for embedding Ollama in existing applications, or +running it as a system service via `ollama serve` with tools such as +[NSSM](https://nssm.cc/). > [!NOTE] > If you are upgrading from a prior version, you should remove the old directories first.