fix README.md

This commit is contained in:
jmorganca 2024-06-11 22:54:45 -07:00
parent f1f54c5bd5
commit bd94ddfc56

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
```