Views
No views yet
unsloth/Qwen3.8-27B-NVFP4.1Qwen/Qwen3.8-27B BF16
2 ↓
3BF16 GGUF with native MTP
4 ↓
5llama-quantize with per-tensor overrides
6 ↓
7Qwen3.8-27B-NVFP4-Quality-v2.ggufnextn.eh_proj: retained under the Q4_K_M mixed recipe1model size = 52115.19 MiB (16.00 BPW)
2quant size = 15304.10 MiB (4.70 BPW)llama-quantize.1E:\git\llama.cpp\build\bin\Release\llama-quantize.exe `
2 --token-embedding-type q6_k `
3 --output-tensor-type q6_k `
4 --tensor-type-file "F:\qwen38-nvfp4-quality-v2.txt" `
5 "F:\Qwen3.8-27B-BF16-mtp.gguf" `
6 "F:\Qwen3.8-27B-NVFP4-Quality-v2.gguf" `
7 Q4_K_Munsloth/Qwen3.8-27B-NVFP4convert_hf_to_gguf.py with support for Qwen3.8 compressed-tensors mixed NVFP4 / FP8 layouts.unsloth/Qwen3.8-27B-NVFP4, but it is not a bit-identical or format-identical reproduction of the original compressed-tensors checkpoint.--fp8-as-q8, those FP8 tensors are then written as Q8_0 instead of preserving their original FP8 storage format.Qwen3.8-27B-Unsloth-NVFP4-Q8 is not a bit-identical, numerically identical, or 100% format-faithful copy ofunsloth/Qwen3.8-27B-NVFP4.
1python convert_hf_to_gguf.py `
2 "E:\HF_MODELS\Qwen3.8-27B-NVFP4" `
3 --outfile "E:\HF_MODELS\Qwen3.8-27B-Unsloth-NVFP4-Q8.gguf" `
4 --outtype auto `
5 --fp8-as-q8 `
6 --verboseqwen35 architecture path in the tested llama.cpp build.1llama-server.exe ^
2 -m "Qwen3.8-27B-NVFP4-Quality-v2.gguf" ^
3 -np 1 ^
4 --threads 12 ^
5 --threads-batch 16 ^
6 --split-mode layer ^
7 --tensor-split 70,30 ^
8 --ctx-size 81920 ^
9 --no-mmap ^
10 -ngl -1 ^
11 --flash-attn on ^
12 --jinja ^
13 --ubatch-size 256 ^
14 --batch-size 2048 ^
15 --fit off ^
16 --reasoning off ^
17 --spec-type draft-mtp ^
18 --spec-draft-n-max 3 ^
19 --spec-draft-p-min 0.60n_max = 3 gave the best aggregate wall-clock result.n_max = 4 improved some highly predictable workloads such as JSON, repeated patterns, and code completion, but was slower overall.1split-mode: layer
2tensor-split: 70,301code_python 36.3 tok/s
2code_cpp 36.6 tok/s
3explain_concept 36.3 tok/s
4summarize 36.6 tok/s
5qa_factual 36.0 tok/s
6translation 37.1 tok/s
7creative_short 36.9 tok/s
8stepwise_math 36.2 tok/s
9json_output 36.0 tok/s
10long_reasoning 36.2 tok/s
11repeat_pattern 36.4 tok/s
12code_completion 36.2 tok/s
13long_code_review 36.0 tok/s
14
15total wall time: 53.18 sn_max = 31code_python pred= 192 draft= 158 acc= 138 rate=0.873 tok/s=79.1
2code_cpp pred= 53 draft= 42 acc= 40 rate=0.952 tok/s=81.4
3explain_concept pred= 192 draft= 233 acc= 112 rate=0.481 tok/s=54.7
4summarize pred= 47 draft= 45 acc= 31 rate=0.689 tok/s=68.2
5qa_factual pred= 192 draft= 181 acc= 130 rate=0.718 tok/s=70.0
6translation pred= 17 draft= 18 acc= 12 rate=0.667 tok/s=60.9
7creative_short pred= 43 draft= 66 acc= 22 rate=0.333 tok/s=43.8
8stepwise_math pred= 192 draft= 159 acc= 137 rate=0.862 tok/s=78.4
9json_output pred= 192 draft= 148 acc= 141 rate=0.953 tok/s=83.4
10long_reasoning pred= 192 draft= 180 acc= 131 rate=0.728 tok/s=71.1
11repeat_pattern pred= 192 draft= 143 acc= 143 rate=1.000 tok/s=88.0
12code_completion pred= 142 draft= 117 acc= 105 rate=0.897 tok/s=79.9
13long_code_review pred= 192 draft= 242 acc= 109 rate=0.450 tok/s=52.6
14
15Aggregate:
16 requests: 13
17 predicted tokens: 1838
18 draft tokens: 1732
19 accepted tokens: 1251
20 acceptance rate: 72.23%
21 total wall time: 29.11 sn_max = 41code_python pred= 192 draft= 157 acc= 145 rate=0.924 tok/s=78.9
2code_cpp pred= 53 draft= 47 acc= 39 rate=0.830 tok/s=78.4
3explain_concept pred= 192 draft= 188 acc= 109 rate=0.580 tok/s=44.2
4summarize pred= 47 draft= 48 acc= 33 rate=0.688 tok/s=60.3
5qa_factual pred= 192 draft= 173 acc= 131 rate=0.757 tok/s=59.7
6translation pred= 17 draft= 17 acc= 13 rate=0.765 tok/s=50.8
7creative_short pred= 43 draft= 27 acc= 19 rate=0.704 tok/s=35.6
8stepwise_math pred= 192 draft= 170 acc= 140 rate=0.824 tok/s=71.7
9json_output pred= 192 draft= 151 acc= 150 rate=0.993 tok/s=89.4
10long_reasoning pred= 192 draft= 182 acc= 135 rate=0.742 tok/s=65.8
11repeat_pattern pred= 192 draft= 152 acc= 152 rate=1.000 tok/s=99.2
12code_completion pred= 142 draft= 122 acc= 108 rate=0.885 tok/s=83.1
13long_code_review pred= 192 draft= 182 acc= 107 rate=0.588 tok/s=44.6
14
15Aggregate:
16 requests: 13
17 predicted tokens: 1838
18 draft tokens: 1616
19 accepted tokens: 1281
20 acceptance rate: 79.27%
21 total wall time: 31.35 s1split-mode: layer
2tensor-split: 60,401code_python 25.9 tok/s
2code_cpp 26.3 tok/s
3explain_concept 25.8 tok/s
4summarize 26.4 tok/s
5qa_factual 26.1 tok/s
6translation 27.2 tok/s
7creative_short 26.1 tok/s
8stepwise_math 26.1 tok/s
9json_output 26.0 tok/s
10long_reasoning 26.0 tok/s
11repeat_pattern 26.1 tok/s
12code_completion 26.0 tok/s
13long_code_review 25.9 tok/s
14
15total wall time: 75.10 sn_max = 41code_python pred= 192 draft= 178 acc= 142 rate=0.798 tok/s=53.0
2code_cpp pred= 54 draft= 44 acc= 39 rate=0.886 tok/s=53.1
3explain_concept pred= 192 draft= 181 acc= 105 rate=0.580 tok/s=30.9
4summarize pred= 45 draft= 50 acc= 31 rate=0.620 tok/s=40.4
5qa_factual pred= 192 draft= 174 acc= 128 rate=0.736 tok/s=40.3
6translation pred= 17 draft= 18 acc= 13 rate=0.722 tok/s=35.2
7creative_short pred= 37 draft= 28 acc= 17 rate=0.607 tok/s=25.0
8stepwise_math pred= 192 draft= 176 acc= 140 rate=0.795 tok/s=49.8
9json_output pred= 192 draft= 152 acc= 148 rate=0.974 tok/s=60.4
10long_reasoning pred= 192 draft= 161 acc= 130 rate=0.807 tok/s=43.5
11repeat_pattern pred= 192 draft= 152 acc= 152 rate=1.000 tok/s=68.6
12code_completion pred= 191 draft= 162 acc= 150 rate=0.926 tok/s=63.7
13long_code_review pred= 192 draft= 167 acc= 113 rate=0.677 tok/s=34.4
14
15Aggregate:
16 requests: 13
17 predicted tokens: 1880
18 draft tokens: 1643
19 accepted tokens: 1308
20 acceptance rate: 79.61%
21 total wall time: 44.70 s60,40 instead of 70,30).Qwen/Qwen3.8-27B and unsloth/Qwen3.8-27B-NVFP4 model cards before redistribution or commercial use.