소스 검색

fix `README.md`

jmorganca 10 달 전
부모
커밋
e16d13d88b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
 ```