Views
No views yet
| Spec | Value |
|---|---|
| Base model | HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive (Q8_K_P GGUF) |
| Original model | Qwen/Qwen3.6-35B-A3B |
| Architecture | Qwen3.5 MoE — 35B total, 3B active, 256 experts (8 routed + 1 shared) |
| Quantization | NVFP4 W4A4 (conservative: linear_attn + MTP in bf16) |
| Format | compressed-tensors (native vLLM support) |
| Size | ~22 GB |
| Max context (text-only) | 131K+ on RTX 5090 |
| Requires | NVIDIA Blackwell GPU (SM 120) |
1recipe = QuantizationModifier(
2 targets="Linear", scheme="NVFP4",
3 ignore=["lm_head", "re:.*visual.*", "re:.*mlp.gate$",
4 "re:.*mlp.shared_expert_gate$", "re:.*linear_attn.*", "re:^mtp.*"],
5)
6oneshot(model=model, dataset=ds, recipe=recipe,
7 max_seq_length=1024, num_calibration_samples=128,
8 moe_calibrate_all_experts=True, pipeline="basic")vllm/vllm-openai:v0.21.0-cu130-local, compressed-tensors, NVFP4 Marlin GEMM, FP8 KV cache, and a real image chat.completions request.1VLLM_USE_FLASHINFER_MOE_FP4=0 \
2VLLM_NVFP4_GEMM_BACKEND=marlin \
3vllm serve ./Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive-NVFP4 \
4 --served-model-name qwen36-35b-a3b-hauhaucs-nvfp4 \
5 --quantization compressed-tensors \
6 --kv-cache-dtype fp8 \
7 --gpu-memory-utilization 0.90 \
8 --max-model-len 4096 \
9 --max-num-seqs 1 \
10 --max-num-batched-tokens 1024 \
11 --trust-remote-codechat_template_kwargs at the top level of the OpenAI-compatible request:1{
2 "chat_template_kwargs": {"enable_thinking": false}
3}1VLLM_USE_FLASHINFER_MOE_FP4=0 \
2VLLM_NVFP4_GEMM_BACKEND=marlin \
3vllm serve ./Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive-NVFP4 \
4 --quantization compressed-tensors \
5 --kv-cache-dtype fp8 \
6 --gpu-memory-utilization 0.95 \
7 --max-model-len 100000 \
8 --max-num-seqs 1 \
9 --reasoning-parser qwen3 \
10 --language-model-only \
11 --trust-remote-codeQ8_K_P GGUF → step1_convert_qwen36_moe.py → HF bf16 → step2_quantize_qwen36_moe.py → NVFP4