diff --git a/examples/gguf-split/tests.sh b/examples/gguf-split/tests.sh index 9c012e3e4..57588204d 100644 --- a/examples/gguf-split/tests.sh +++ b/examples/gguf-split/tests.sh @@ -31,7 +31,7 @@ rm -f $WORK_PATH/ggml-model-split*.gguf $WORK_PATH/ggml-model-merge*.gguf # 1. Get a model ( cd $WORK_PATH -"$CUR_DIR"/scripts/hf.sh --repo ggml-org/gemma-1.1-2b-it-Q8_0-GGUF --file gemma-1.1-2b-it.Q8_0.gguf +"$ROOT_DIR"/scripts/hf.sh --repo ggml-org/gemma-1.1-2b-it-Q8_0-GGUF --file gemma-1.1-2b-it.Q8_0.gguf ) echo PASS