Views
No views yet
1buun-llama-quantize --pure --imatrix Qwen3.8-27B-imatrix.gguf \
2 Qwen3.8-27B-BF16-00001-of-00002.gguf qwen3.8-27b-mtp-IQ4_XS-pure.gguf IQ4_XS $(nproc)1buun-llama-quantize --imatrix Qwen3.8-27B-imatrix.gguf \
2 --output-tensor-type iq4_xs \
3 --tensor-type ".*attn.*=iq4_xs" \
4 --tensor-type "nextn=q8_0" \
5 Qwen3.8-27B-BF16-00001-of-00002.gguf \
6 qwen3.8-27b-mtp-IQ4_XS-Q8nextn.gguf \
7 IQ4_XS $$(nproc)--pure since MTP layer weights are quantized down higher to Q8_0 and not IQ4_XS. In other words:1--- a/qwen3.8-27b-mtp-IQ4_XS-pure.gguf-dump
2+++ b/qwen3.8-27b-mtp-IQ4_XS-Q8nextn.gguf-dump
3@@ -916,7 +916,7 @@
4 859: 89128960 | 17408, 5120, 1, 1 | IQ4_XS | blk.64.ffn_down.weight
5 860: 89128960 | 5120, 17408, 1, 1 | IQ4_XS | blk.64.ffn_gate.weight
6 861: 89128960 | 5120, 17408, 1, 1 | IQ4_XS | blk.64.ffn_up.weight
7- 862: 52428800 | 10240, 5120, 1, 1 | IQ4_XS | blk.64.nextn.eh_proj.weight
8+ 862: 52428800 | 10240, 5120, 1, 1 | Q8_0 | blk.64.nextn.eh_proj.weight
9 863: 5120 | 5120, 1, 1, 1 | F32 | blk.64.nextn.enorm.weight
10 864: 5120 | 5120, 1, 1, 1 | F32 | blk.64.nextn.hnorm.weight
11 865: 5120 | 5120, 1, 1, 1 | F32 | blk.64.nextn.shared_head_norm.weightreasoning_effort, and reasoning context from historical messages is retained via preserve_thinking.temperature=1.0, top_p=0.95, top_k=20, min_p=0.0, presence_penalty=0.0, repetition_penalty=1.0temperature=0.7, top_p=0.80, top_k=20, min_p=0.0, presence_penalty=1.5, repetition_penalty=1.0presence_penalty parameter between 0 and 2 to reduce endless repetition. However, using a higher value may occasionally result in language mixing and a slight decrease in model performance.size parameter in the released video_preprocessor_config.json is conservatively configured. It is recommended to set the longest_edge parameter in the video_preprocessor_config file to 469,762,048 (corresponding to 224k video tokens) to enable higher frame-rate sampling for hour-scale videos and thereby achieve superior performance. For example,{"longest_edge": 469762048, "shortest_edge": 4096}1@misc{qwen38,
2 title = {{Qwen3.8-Max}: A New Bar for Coding and Cowork},
3 url = {https://qwen.ai/blog?id=qwen3.8},
4 author = {{Qwen Team}},
5 month = {August},
6 year = {2026}
7}