"src/vscode:/vscode.git/clone" did not exist on "38e563d0c77a22dda8ebf27bcf89549702995175"
Unverified Commit 7ccfd97a authored by Daniel Hiltgen's avatar Daniel Hiltgen Committed by GitHub
Browse files

doc: clarify both rocm and main bundle necessary (#11900)

Some users expect the rocm bundles to be self-sufficient, but are designed to be additive.
parent c385ca86
...@@ -34,7 +34,11 @@ ollama -v ...@@ -34,7 +34,11 @@ ollama -v
### AMD GPU install ### AMD GPU install
If you have an AMD GPU, also download and extract the additional ROCm package: If you have an AMD GPU, **also** download and extract the additional ROCm package:
> [!IMPORTANT]
> The ROCm tgz contains only AMD dependent libraries. You must extract **both** `ollama-linux-amd64.tgz` and `ollama-linux-amd64-rocm.tgz` into the same location.
```shell ```shell
curl -L https://ollama.com/download/ollama-linux-amd64-rocm.tgz -o ollama-linux-amd64-rocm.tgz curl -L https://ollama.com/download/ollama-linux-amd64-rocm.tgz -o ollama-linux-amd64-rocm.tgz
......
...@@ -68,9 +68,9 @@ If you'd like to install or integrate Ollama as a service, a standalone ...@@ -68,9 +68,9 @@ 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. If you have an AMD GPU, also download 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 and extract the additional ROCm package `ollama-windows-amd64-rocm.zip` into the
same directory. This allows for embedding Ollama in existing applications, or same directory. Both zip files are necessary for a complete AMD installation.
running it as a system service via `ollama serve` with tools such as This allows for embedding Ollama in existing applications, or running it as a
[NSSM](https://nssm.cc/). 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