rename gguf-split & quantize bins refs in **/tests.sh

This commit is contained in:
Olivier Chafik 2024-06-13 00:31:04 +01:00
parent 08da184147
commit 48e5009e64
2 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ fi
set -x set -x
SPLIT=$1/gguf-split SPLIT=$1/llama-gguf-split
MAIN=$1/llama-cli MAIN=$1/llama-cli
WORK_PATH=$TMP_DIR/gguf-split WORK_PATH=$TMP_DIR/gguf-split
ROOT_DIR=$(realpath $(dirname $0)/../../) ROOT_DIR=$(realpath $(dirname $0)/../../)

View file

@ -18,8 +18,8 @@ fi
set -x set -x
SPLIT=$1/gguf-split SPLIT=$1/llama-gguf-split
QUANTIZE=$1/quantize QUANTIZE=$1/llama-quantize
MAIN=$1/llama-cli MAIN=$1/llama-cli
WORK_PATH=$TMP_DIR/quantize WORK_PATH=$TMP_DIR/quantize
ROOT_DIR=$(realpath $(dirname $0)/../../) ROOT_DIR=$(realpath $(dirname $0)/../../)