File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ $SPLIT --split-max-tensors 28 $WORK_PATH/gemma-1.1-2b-it.Q8_0.gguf $WORK_PATH/g
4141echo PASS
4242echo
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
4646echo PASS
4747echo
4848
@@ -51,7 +51,7 @@ $MAIN --model $WORK_PATH/ggml-model-requant-00001-of-00006.gguf --random-prompt
5151echo PASS
5252echo
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
5656echo PASS
5757echo
You can’t perform that action at this time.
0 commit comments