Views
No views yet
unsloth/Qwen3.6-35B-A3B-GGUF file Qwen3.6-35B-A3B-Q8_0.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.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, and fused expert tensors.--language-model-only.VLLM_USE_FLASHINFER_SAMPLER=0 vllm serve /path/to/model --served-model-name qwen36-35b-a3b-gguf-q8_0-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.