summaryrefslogtreecommitdiff
path: root/examples/gguf-split/tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gguf-split/tests.sh')
-rwxr-xr-xexamples/gguf-split/tests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/gguf-split/tests.sh b/examples/gguf-split/tests.sh
index 3bc0fa47..d5a92d60 100755
--- a/examples/gguf-split/tests.sh
+++ b/examples/gguf-split/tests.sh
@@ -18,8 +18,8 @@ fi
set -x
-SPLIT=$1/gguf-split
-MAIN=$1/main
+SPLIT=$1/llama-gguf-split
+MAIN=$1/llama-cli
WORK_PATH=$TMP_DIR/gguf-split
ROOT_DIR=$(realpath $(dirname $0)/../../)