Browse Source

fix `README.md`

jmorganca 10 tháng trước cách đây
mục cha
commit
e16d13d88b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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:
 
 ```
-../sync_llama.sh ../../llama.cpp
+./sync_llama.sh ../../llama.cpp
 ```