From a15ac52fbefe76c02ee6c586b4b7a68e7b77937c Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Sun, 19 May 2024 16:47:19 -0700 Subject: [PATCH] Update README.md --- llama/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/llama/README.md b/llama/README.md index 0275efb9..fc3e6945 100644 --- a/llama/README.md +++ b/llama/README.md @@ -78,8 +78,9 @@ go build -tags=rocm . ## 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 ```