File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ rm -f $WORK_PATH/ggml-model-split*.gguf $WORK_PATH/ggml-model-merge*.gguf
3131# 1. Get a model
3232(
3333cd $WORK_PATH
34- " $ROOT_DIR " /scripts/hf.sh --repo ggml-org/gemma-1.1-2b-it-Q8_0- GGUF --file gemma-1.1-2b-it. Q8_0.gguf
34+ " $ROOT_DIR " /scripts/hf.sh --repo ggml-org/Qwen3-0.6B- GGUF --file Qwen3-0.6B- Q8_0.gguf
3535)
3636echo PASS
3737
3838# 2. Split with max tensors strategy
39- $SPLIT --split-max-tensors 28 $WORK_PATH /gemma-1.1-2b-it. Q8_0.gguf $WORK_PATH /ggml-model-split
39+ $SPLIT --split-max-tensors 28 $WORK_PATH /Qwen3-0.6B- Q8_0.gguf $WORK_PATH /ggml-model-split
4040echo PASS
4141echo
4242
Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ rm -f $WORK_PATH/ggml-model-split*.gguf $WORK_PATH/ggml-model-requant*.gguf
3232# 1. Get a model
3333(
3434cd $WORK_PATH
35- " $ROOT_DIR " /scripts/hf.sh --repo ggml-org/gemma-1.1-2b-it-Q8_0- GGUF --file gemma-1.1-2b-it. Q8_0.gguf
35+ " $ROOT_DIR " /scripts/hf.sh --repo ggml-org/Qwen3-0.6B- GGUF --file Qwen3-0.6B- Q8_0.gguf
3636)
3737echo PASS
3838
3939# 2. Split model
40- $SPLIT --split-max-tensors 28 $WORK_PATH /gemma-1.1-2b-it. Q8_0.gguf $WORK_PATH /ggml-model-split
40+ $SPLIT --split-max-tensors 28 $WORK_PATH /Qwen3-0.6B- Q8_0.gguf $WORK_PATH /ggml-model-split
4141echo PASS
4242echo
4343
You can’t perform that action at this time.
0 commit comments