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
41
41
echo PASS
42
42
echo
43
43
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
46
46
echo PASS
47
47
echo
48
48
@@ -51,7 +51,7 @@ $MAIN --model $WORK_PATH/ggml-model-requant-00001-of-00006.gguf --random-prompt
51
51
echo PASS
52
52
echo
53
53
54
- # 4. Requant mode without '--keep_split '
54
+ # 4. Requant mode without '--keep-split '
55
55
$QUANTIZE --allow-requantize $WORK_PATH /ggml-model-split-00001-of-00006.gguf $WORK_PATH /ggml-model-requant-merge.gguf Q4_K
56
56
echo PASS
57
57
echo
You can’t perform that action at this time.
0 commit comments