Views
No views yet
[!TIP] Quantized on 2026-04-13 withmlp.gate+embed_tokenspreserved in BF16 for MoE routing accuracy.
[!WARNING] NVIDIA DGX Spark (GB10 SM121) — Driver 590.48+ / CUDA 13.1+As of April 2026, NVFP4 software support on SM121 is still incomplete. The native W4A4 compute path is not yet functional on this hardware — the runtime silently falls back to W4A16 (BF16 activations), negating the theoretical throughput advantage of FP4.If accuracy and inference speed are your priority, we recommend the INT4 AutoRound version: 👉 YuYu1015/Huihui-Qwen3.5-35B-A3B-Claude-4.6-Opus-abliterated-int4-AutoRoundINT4 AutoRound leverages the mature W4A16 Marlin kernel path on DGX Spark, offering more thorough calibration (~99.5% quality retention) and significantly more stable performance. The full potential of NVFP4 will only be unlocked once NVIDIA delivers complete W4A4 kernel support for SM121.
| Item | Value |
|---|---|
| Architecture | MoE (30B total, 3B active), 48 layers, 128 experts, top-8 routing |
| Base model | Qwen/Qwen3-30B-A3B |
| Fine-tuned by | huihui-ai (Instruct 2507 + abliteration) |
| Quantized by | YuYu1015 |
| Model size | ~18.1 GB (NVFP4, vs ~57 GB BF16 original) |
| Context length | Up to 262,144 tokens |
| Thinking mode | Disabled (instruction-tuned, direct responses) |
| Tool calling | Supported (qwen3_coder parser) |
| Item | Value |
|---|---|
| Method | llm-compressor v0.10.0.1 |
| Scheme | NVFP4 (E2M1 + FP8 per-group scaling, group size 16) |
| Format | compressed-tensors v0.14.0.1 |
| Calibration dataset | HuggingFaceH4/ultrachat_200k (train_sft split) |
| Calibration samples | 512 |
| Calibration sequence length | 2048 |
| MoE expert calibration | moe_calibrate_all_experts=True (all experts receive calibration data) |
| Hardware | NVIDIA DGX Spark (GB10, 128GB unified memory) |
| Environment | transformers==4.57.1 + llm-compressor==0.10.0.1 |
| Layer | Reason |
|---|---|
lm_head | Output head, sensitive to quantization noise |
re:.*mlp.gate$ | MoE routing gate — critical for expert selection accuracy |
re:.*embed_tokens$ | Input embeddings |
1vllm serve /path/to/model \
2 --quantization compressed-tensors \
3 --served-model-name qwen3-30b \
4 --enable-auto-tool-choice \
5 --tool-call-parser qwen3_coder \
6 --kv-cache-dtype fp8 \
7 --gpu-memory-utilization 0.90 \
8 --max-model-len 32768 \
9 --enable-prefix-caching \
10 --enable-chunked-prefill \
11 --trust-remote-codecvt.e2m1x2 instruction)linear_attn does not need to be excludedsudo sh -c 'echo 3 > /proc/sys/vm/drop_caches'[!TIP] 2026-04-13 量化上傳,mlp.gate與embed_tokens保留 BF16 以確保 MoE 路由品質。
[!WARNING] NVIDIA DGX Spark (GB10 SM121) 使用者 — Driver 590.48+ / CUDA 13.1+截至 2026 年 4 月,NVFP4 在 SM121 上的軟體支援仍不完整。原生 W4A4 運算路徑尚未在此硬體上就緒——執行時會靜默退回 W4A16(BF16 activation),FP4 的理論吞吐量優勢無法發揮。若精度與推理速度為首要考量,建議改用 INT4 AutoRound 版本: 👉 YuYu1015/Huihui-Qwen3.5-35B-A3B-Claude-4.6-Opus-abliterated-int4-AutoRoundINT4 AutoRound 在 DGX Spark 上使用成熟的 W4A16 Marlin kernel 路徑,校準更完整(品質保留約 99.5%),效能顯著更穩定。待 NVIDIA 為 SM121 提供完整的 W4A4 kernel 支援後,NVFP4 的真正優勢才能發揮。
| 項目 | 數值 |
|---|---|
| 架構 | MoE(30B 總參數, 3B 活躍),48 層,128 experts,top-8 routing |
| 基礎模型 | Qwen/Qwen3-30B-A3B |
| 微調者 | huihui-ai(Instruct 2507 + abliteration) |
| 量化者 | YuYu1015 |
| 模型大小 | ~18.1 GB(NVFP4,原版 BF16 約 57 GB) |
| Context 長度 | 最高 262,144 tokens |
| 思考模式 | 停用(指令微調版,直接回應) |
| 工具呼叫 | 支援(qwen3_coder parser) |
| 項目 | 數值 |
|---|---|
| 方法 | llm-compressor v0.10.0.1 |
| 方案 | NVFP4(E2M1 + FP8 逐群縮放,群組大小 16) |
| 格式 | compressed-tensors v0.14.0.1 |
| 校準資料集 | HuggingFaceH4/ultrachat_200k (train_sft 分割) |
| 校準樣本數 | 512 |
| 校準序列長度 | 2048 |
| MoE 專家校準 | moe_calibrate_all_experts=True(所有專家都接收校準資料) |
| 量化硬體 | NVIDIA DGX Spark(GB10, 128GB 統一記憶體) |
| 環境 | transformers==4.57.1 + llm-compressor==0.10.0.1 |
| 層 | 原因 |
|---|---|
lm_head | 輸出頭,對量化雜訊敏感 |
re:.*mlp.gate$ | MoE 路由閘——對專家選擇精度至關重要 |
re:.*embed_tokens$ | 輸入嵌入 |
1vllm serve /path/to/model \
2 --quantization compressed-tensors \
3 --served-model-name qwen3-30b \
4 --enable-auto-tool-choice \
5 --tool-call-parser qwen3_coder \
6 --kv-cache-dtype fp8 \
7 --gpu-memory-utilization 0.90 \
8 --max-model-len 32768 \
9 --enable-prefix-caching \
10 --enable-chunked-prefill \
11 --trust-remote-codecvt.e2m1x2 指令)linear_attn 不需要排除sudo sh -c 'echo 3 > /proc/sys/vm/drop_caches'