Views
No views yet
unsloth/Qwen3.6-35B-A3B-GGUF file Qwen3.6-35B-A3B-MXFP4_MOE.gguf into standard Hugging Face safetensors for vLLM serving.gate and up expert tensors into mlp.experts.gate_up_proj, then casts once to BF16 before writing sharded safetensors.blk.0.ffn_gate_exps.weight dequantized successfully to fp32 with shape (256, 512, 2048).69,321,221,376 bytes.AutoModelForImageTextToText with expected missing visual tower weights only.max_abs_vs_bf16=0 for sampled direct, norm-offset, reshape/GDN, K-quant expert, and MXFP4 fused expert tensors.--language-model-only.VLLM_USE_FLASHINFER_SAMPLER=0 vllm serve /path/to/model --served-model-name qwen36-35b-a3b-gguf-mxfp4_moe-bf16 --dtype bfloat16 --max-model-len 4096 --gpu-memory-utilization 0.85 --attention-backend triton_attn --gdn-prefill-backend triton --moe-backend triton --trust-remote-code --language-model-only--language-model-only.