Views
No views yet
unsloth/Qwen3.6-35B-A3B-GGUF, file Qwen3.6-35B-A3B-UD-Q4_K_M.gguf.Qwen/Qwen3.6-35B-A3B. Weights come from the GGUF, not the HF base checkpoint.experts.gate_up_proj, and tensors were cast once to BF16 before writing sharded safetensors.--language-model-only.max_abs_vs_bf16=0, including fused MoE gate/up halves; quantized matrix error vs fp32 direct dequant was BF16-scale (max_rel_vs_fp32 ~= 0.00389)./v1/completions smoke passed with Triton attention, Triton GDN prefill, and Triton MoE backend.1VLLM_USE_FLASHINFER_SAMPLER=0 vllm serve exolabs/Qwen3.6-35B-A3B-UD-Q4KM-dequant-bf16-vllm \
2 --served-model-name qwen36-35b-a3b-gguf-udq4km-bf16 \
3 --dtype bfloat16 \
4 --max-model-len 4096 \
5 --gpu-memory-utilization 0.85 \
6 --attention-backend triton_attn \
7 --gdn-prefill-backend triton \
8 --moe-backend triton \
9 --trust-remote-code \
10 --language-model-only