Browse Source

fix `README.md`

jmorganca 10 months ago
parent
commit
e16d13d88b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      llama/README.md

+ 1 - 1
llama/README.md

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