mirror of
https://github.com/ollama/ollama.git
synced 2026-04-22 00:36:11 +02:00
Update README.md
This commit is contained in:
committed by
Daniel Hiltgen
parent
31e0de825e
commit
aa52dfcaaf
@@ -78,8 +78,9 @@ go build -tags=rocm .
|
||||
|
||||
## Syncing with llama.cpp
|
||||
|
||||
To update this package to the latest llama.cpp code, use the `sync.sh` script.
|
||||
To update this package to the latest llama.cpp code, use the `scripts/sync_llama.sh` script from the root of this repo:
|
||||
|
||||
```
|
||||
./sync.sh ../../llama.cpp
|
||||
cd ollama
|
||||
./scripts/sync_llama.sh ../llama.cpp
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user