Unverified Commit cae5d4d4 authored by Daniel Hiltgen's avatar Daniel Hiltgen Committed by GitHub
Browse files

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.
parent 05a01fde
...@@ -81,9 +81,11 @@ help you keep up to date. ...@@ -81,9 +81,11 @@ help you keep up to date.
If you'd like to install or integrate Ollama as a service, a standalone 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 `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 and GPU library dependencies for Nvidia. If you have an AMD GPU, also download
Ollama in existing applications, or running it as a system service via `ollama and extract the additional ROCm package `ollama-windows-amd64-rocm.zip` into the
serve` with tools such as [NSSM](https://nssm.cc/). 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] > [!NOTE]
> If you are upgrading from a prior version, you should remove the old directories first. > If you are upgrading from a prior version, you should remove the old directories first.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment