fix README.md

This commit is contained in:
jmorganca 2024-06-11 22:54:45 -07:00 committed by Daniel Hiltgen
parent 595d8878c4
commit e16d13d88b

View File

@ -96,5 +96,5 @@ go build -tags=avx,rocm .
To update this package to the latest llama.cpp code, use the `sync_llama.sh` script:
```
../sync_llama.sh ../../llama.cpp
./sync_llama.sh ../../llama.cpp
```