LM/Qwen 3.8 27B: Difference between revisions
< LM
Jump to navigation
Jump to search
| Line 35: | Line 35: | ||
build: 8e7f22b67 (10398) | build: 8e7f22b67 (10398) | ||
| model | size | params | backend | ngl | type_k | type_v | fa | test | t/s | | |||
| ------------------------------ | ---------: | ---------: | ---------- | --: | -----: | -----: | --: | --------------: | -------------------: | | |||
| qwen35 27B Q6_K | 21.49 GiB | 27.32 B | SYCL | 99 | q8_0 | q8_0 | 1 | pp512 | 775.98 ± 15.17 | | |||
| qwen35 27B Q6_K | 21.49 GiB | 27.32 B | SYCL | 99 | q8_0 | q8_0 | 1 | pp1024 | 842.36 ± 5.52 | | |||
| qwen35 27B Q6_K | 21.49 GiB | 27.32 B | SYCL | 99 | q8_0 | q8_0 | 1 | tg512 | 19.15 ± 0.03 | | |||
</pre> | </pre> | ||
Revision as of 04:43, 20 August 2026
llama.cpp
Running
./llama.cpp/sycl/bin/llama-server \
-hf unsloth/Qwen3.8-27B-GGUF:UD-Q6_K_M \
--spec-type draft-mtp --spec-draft-n-max 2 -ngld 99 \
-c 64000 -ctk q8_0 -ctv q8_0 \
-fa on -ngl 99 --load-mode mlock -np 1 --jinja --reasoning-preserve -t 8
Benchmarking
./llama.cpp/sycl/bin/llama-bench \
-hf unsloth/Qwen3.8-27B-GGUF:UD-Q5_K_XL \
-ctk q8_0 -ctv q8_0 -fa on -ngl 99 \
-p 512,1024 -n 512
./llama.cpp/sycl/bin/llama-bench \
-hf unsloth/Qwen3.8-27B-GGUF:UD-Q6_K_M \
-ctk q8_0 -ctv q8_0 -fa on -ngl 99 \
-p 512,1024 -n 512
| model | size | params | backend | ngl | type_k | type_v | fa | test | t/s | | ------------------------------ | ---------: | ---------: | ---------- | --: | -----: | -----: | --: | --------------: | -------------------: | | qwen35 27B Q5_K - Medium | 19.43 GiB | 27.32 B | SYCL | 99 | q8_0 | q8_0 | 1 | pp512 | 866.11 ± 1.79 | | qwen35 27B Q5_K - Medium | 19.43 GiB | 27.32 B | SYCL | 99 | q8_0 | q8_0 | 1 | pp1024 | 856.36 ± 2.14 | | qwen35 27B Q5_K - Medium | 19.43 GiB | 27.32 B | SYCL | 99 | q8_0 | q8_0 | 1 | tg512 | 20.78 ± 0.05 | build: 8e7f22b67 (10398) | model | size | params | backend | ngl | type_k | type_v | fa | test | t/s | | ------------------------------ | ---------: | ---------: | ---------- | --: | -----: | -----: | --: | --------------: | -------------------: | | qwen35 27B Q6_K | 21.49 GiB | 27.32 B | SYCL | 99 | q8_0 | q8_0 | 1 | pp512 | 775.98 ± 15.17 | | qwen35 27B Q6_K | 21.49 GiB | 27.32 B | SYCL | 99 | q8_0 | q8_0 | 1 | pp1024 | 842.36 ± 5.52 | | qwen35 27B Q6_K | 21.49 GiB | 27.32 B | SYCL | 99 | q8_0 | q8_0 | 1 | tg512 | 19.15 ± 0.03 |
Experiment
hf models ls --search "Qwen3.8-27B" --apps llama.cpp --expand "downloads,likes,lastModified" --sort downloads --no-truncate --limit 10
hf models ls --tree -R -h unsloth/Qwen3.8-27B-GGUF
# --mtp --mmproj-auto seem useless
./llama download --mtp --mmproj-auto -hf unsloth/Qwen3.8-27B-GGUF:UD-Q5_K_XL
hf download unsloth/Qwen3.8-27B-GGUF --include "*UD-Q4_K_XL*"
hf download unsloth/Qwen3.8-27B-GGUF --include "*UD-Q5_K_XL*"
hf download unsloth/Qwen3.8-27B-GGUF --include "*UD-Q6_K_M*"
hf download unsloth/Qwen3.8-27B-GGUF --include "mmproj-BF16*"
hf download unsloth/Qwen3.8-27B-GGUF --include "*mtp-Qwen3.8-27B-Q4_0.gguf"
tree -h ~/.cache/huggingface/hub/models--unsloth--Qwen3.8-27B-GGUF