Views
No views yet

DavidAU/Qwen3.8-27B-Cold-Fusion-GAIN-V1.1 for vLLM compressed-tensors serving on NVIDIA Blackwell.NVFP4 / FP8 / BF16 format menu. Rather than quantizing every Linear to a single fixed format, AURA prices each (Linear, format) pair by its measured second-order effect on the model's output distribution and solves a bit-budget knapsack over the whole network, spending precision where the model is sensitive and saving it where it isn't. MTP (multi-token prediction) tensors are included and left in BF16, so the model can be served with vLLM's speculative decoding out of the box.DavidAU/Qwen3.8-27B-Cold-Fusion-GAIN-V1.1 is DavidAU's multi-stage merge and fine-tune built on top of Qwen/Qwen3.8-27B, utilizing the GAIN (Gradient-Aware Iterative Normalization) merge method to combine high-reasoning, creative writing, and roleplaying weights into a unified checkpoint.compressed-tensors layout for efficient vLLM serving. It does not add, remove, or retrain anything at the weight level beyond quantization.DavidAU/Qwen3.8-27B-Cold-Fusion-GAIN-V1.1Qwen/Qwen3.8-27B — 27B dense, causal LM with vision encoder, 64 hidden layers, 262,144-token native context{NVFP4, FP8_E4M3, BF16} format menu)compressed-tensors, mixed precision| target bpp | achieved bpp | Δloss | NVFP4 | FP8_E4M3 | BF16 |
|---|---|---|---|---|---|
| 4.500 | 4.500 | 0.01611 | 303 | 1 | 0 |
| 4.600 | 4.600 | 0.01388 | 263 | 36 | 5 |
| 4.700 | 4.701 | 0.01291 | 236 | 36 | 32 |
| 4.750 | 4.751 | 0.01253 | 237 | 47 | 20 |
| 4.850 | 4.851 | 0.01187 | 223 | 60 | 21 |
| 5.000 | 5.000 | 0.01097 | 213 | 72 | 19 |
| 5.250 | 5.251 | 0.00959 | 192 | 95 | 17 |
| 5.500 | 5.501 | 0.00839 | 168 | 113 | 23 |
| 6.000 | 6.001 | 0.00646 | 122 | 149 | 33 |
| 7.000 | 7.000 | 0.00355 | 65 | 212 | 27 |
| 8.250 | 8.250 | 0.00142 | 2 | 257 | 45 |
[alloc] target_bits=5.5: achieved_bits=5.501, Δloss=0.00839
[alloc] --visual-format=BF16: assigned 110 visual Linears uniformly
(source=/gorgon/quant/Qwen3.8-27B-Cold-Fusion-GAIN-V1.1)
[alloc] --mtp-format=BF16: assigned 8 MTP Linears uniformly
[alloc] target=5.5 achieved=5.501
NVFP4: 275 layers
FP8_E4M3: 176 layers
BF16: 163 layers1vllm serve trithemius/Qwen3.8-27B-Cold-Fusion-GAIN-V1.1-MTP-PrismAura-5.5bit \
2 --quantization compressed-tensors \
3 --trust-remote-code \
4 --max-model-len 32768 \
5 --kv-cache-dtype fp8 \
6 --enable-prefix-caching \
7 --reasoning-parser qwen3 \
8 --enable-auto-tool-choice \
9 --tool-call-parser qwen3_coder \
10 --speculative-config '{"method":"qwen3_next_mtp","num_speculative_tokens":2}'--quantization compressed-tensors is required to load the mixed NVFP4/FP8/BF16 format; NVFP4 execution requires an NVIDIA Blackwell GPU. On non-Blackwell hardware, vLLM falls back to dequantized execution.--speculative-config MTP flags follow the base Qwen3.8 model card guidance for its qwen3_next_mtp speculator. Depending on your vLLM release, the method name may be "mtp".--max-model-len can be raised toward the model's native 262,144-token context if you have sufficient VRAM/KV-cache budget.--language-model-only if you wish to skip loading the vision tower on pure text workloads to free additional memory for KV cache.(Linear, format) pair using a KL–Fisher quadratic — the second-order effect of that Linear's quantization error on the model's full output distribution, measured with stochastic probes through the real model — then solves a multiple-choice knapsack over the total bit budget. The result is a heterogeneous, per-Linear precision assignment that no single-format quantization method can produce structurally.Qwen/Qwen3.8-27B)DavidAU/Qwen3.8-27B-Cold-Fusion-GAIN-V1.1)Qwen3.6-27B-PrismaAURA-5.5bit-vllm)apache-2.0 from the base model chain.