mirror of https://github.com/ollama/ollama.git
Merge 9da6ea54ef
into 918231931c
This commit is contained in:
commit
76bda4c89b
|
@ -16,8 +16,8 @@ curl -fsSL https://ollama.com/install.sh | sh
|
|||
Download and extract the package:
|
||||
|
||||
```shell
|
||||
curl -LO https://ollama.com/download/ollama-linux-amd64.tgz
|
||||
sudo rm -rf /usr/lib/ollama
|
||||
curl -LO https://ollama.com/download/ollama-linux-amd64.tgz
|
||||
sudo tar -C /usr -xzf ollama-linux-amd64.tgz
|
||||
```
|
||||
|
||||
|
@ -42,7 +42,7 @@ If you have an AMD GPU, **also** download and extract the additional ROCm packag
|
|||
|
||||
|
||||
```shell
|
||||
curl -L https://ollama.com/download/ollama-linux-amd64-rocm.tgz -o ollama-linux-amd64-rocm.tgz
|
||||
curl -LO https://ollama.com/download/ollama-linux-amd64-rocm.tgz
|
||||
sudo tar -C /usr -xzf ollama-linux-amd64-rocm.tgz
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue