tests : fix CUR_DIR -> ROOT_DIR

ggml-ci
This commit is contained in:
Georgi Gerganov 2024-04-25 13:46:34 +03:00
parent 1292b6cf67
commit afb3715434
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

View file

@ -31,7 +31,7 @@ rm -f $WORK_PATH/ggml-model-split*.gguf $WORK_PATH/ggml-model-merge*.gguf
# 1. Get a model # 1. Get a model
( (
cd $WORK_PATH 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 echo PASS