From 48e5009e64aee52ec621e9a97250de95a263359f Mon Sep 17 00:00:00 2001 From: Olivier Chafik Date: Thu, 13 Jun 2024 00:31:04 +0100 Subject: [PATCH] rename gguf-split & quantize bins refs in **/tests.sh --- examples/gguf-split/tests.sh | 2 +- examples/quantize/tests.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/gguf-split/tests.sh b/examples/gguf-split/tests.sh index 8d33f8531..d5a92d605 100755 --- a/examples/gguf-split/tests.sh +++ b/examples/gguf-split/tests.sh @@ -18,7 +18,7 @@ fi set -x -SPLIT=$1/gguf-split +SPLIT=$1/llama-gguf-split MAIN=$1/llama-cli WORK_PATH=$TMP_DIR/gguf-split ROOT_DIR=$(realpath $(dirname $0)/../../) diff --git a/examples/quantize/tests.sh b/examples/quantize/tests.sh index 428d9eda6..24bc970e8 100644 --- a/examples/quantize/tests.sh +++ b/examples/quantize/tests.sh @@ -18,8 +18,8 @@ fi set -x -SPLIT=$1/gguf-split -QUANTIZE=$1/quantize +SPLIT=$1/llama-gguf-split +QUANTIZE=$1/llama-quantize MAIN=$1/llama-cli WORK_PATH=$TMP_DIR/quantize ROOT_DIR=$(realpath $(dirname $0)/../../)