浏览代码

Update README.md

Jeffrey Morgan 11 月之前
父节点
当前提交
aa52dfcaaf
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      llama/README.md

+ 3 - 2
llama/README.md

@@ -78,8 +78,9 @@ go build -tags=rocm .
 
 
 ## Syncing with llama.cpp
 ## Syncing with llama.cpp
 
 
-To update this package to the latest llama.cpp code, use the `sync.sh` script.
+To update this package to the latest llama.cpp code, use the `scripts/sync_llama.sh` script from the root of this repo:
 
 
 ```
 ```
-./sync.sh ../../llama.cpp
+cd ollama
+./scripts/sync_llama.sh ../llama.cpp
 ```
 ```