Skip to content

Commit 2789baf

Browse files
committed
tests : fix --keep_split -> --keep-split (#7374)
1 parent 33c8d50 commit 2789baf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/quantize/tests.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ $SPLIT --split-max-tensors 28 $WORK_PATH/gemma-1.1-2b-it.Q8_0.gguf $WORK_PATH/g
4141
echo PASS
4242
echo
4343

44-
# 3. Requant model with '--keep_split'
45-
$QUANTIZE --allow-requantize --keep_split $WORK_PATH/ggml-model-split-00001-of-00006.gguf $WORK_PATH/ggml-model-requant.gguf Q4_K
44+
# 3. Requant model with '--keep-split'
45+
$QUANTIZE --allow-requantize --keep-split $WORK_PATH/ggml-model-split-00001-of-00006.gguf $WORK_PATH/ggml-model-requant.gguf Q4_K
4646
echo PASS
4747
echo
4848

@@ -51,7 +51,7 @@ $MAIN --model $WORK_PATH/ggml-model-requant-00001-of-00006.gguf --random-prompt
5151
echo PASS
5252
echo
5353

54-
# 4. Requant mode without '--keep_split'
54+
# 4. Requant mode without '--keep-split'
5555
$QUANTIZE --allow-requantize $WORK_PATH/ggml-model-split-00001-of-00006.gguf $WORK_PATH/ggml-model-requant-merge.gguf Q4_K
5656
echo PASS
5757
echo

0 commit comments

Comments
 (0)