Views
No views yet
Qwen/Qwen3.6-35B-A3B.Qwen/Qwen3.6-35B-A3BW4A164128500auto_awqmodel.language_model.layerslm_headlinear_attn.*self_attn.* on the full-attention layersmlp.shared_expert.*mlp.shared_expert_gatemodel_extra_tensors.safetensorsvLLM build that loads it through the awq_marlin path.1export VLLM_USE_DEEP_GEMM=0
2export VLLM_USE_FLASHINFER_MOE_FP16=1
3export VLLM_USE_FLASHINFER_SAMPLER=0
4export OMP_NUM_THREADS=41from vllm import LLM
2
3llm = LLM(
4 model="Chunity/Qwen3.6-35B-A3B-AutoRound-AWQ-4bit",
5 trust_remote_code=True,
6 max_model_len=256,
7 gpu_memory_utilization=0.95,
8 max_num_seqs=1,
9 language_model_only=True,
10)vLLM 0.19.1.awq_marlin)<think> output depending on prompt formatting and runtime settingsconfig.jsonquantization_config.jsonmodel_extra_tensors.safetensors for preserved non-exported tensors