diff options
Diffstat (limited to 'examples/quantize/tests.sh')
-rw-r--r-- | examples/quantize/tests.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/quantize/tests.sh b/examples/quantize/tests.sh index 38e28ffc..24bc970e 100644 --- a/examples/quantize/tests.sh +++ b/examples/quantize/tests.sh @@ -18,9 +18,9 @@ fi set -x -SPLIT=$1/gguf-split -QUANTIZE=$1/quantize -MAIN=$1/main +SPLIT=$1/llama-gguf-split +QUANTIZE=$1/llama-quantize +MAIN=$1/llama-cli WORK_PATH=$TMP_DIR/quantize ROOT_DIR=$(realpath $(dirname $0)/../../) |