Views
No views yet
HauhauCS/Qwen3.6-27B-Uncensored-HauhauCS-Aggressive, with MTP tensors from the official Qwen/Qwen3.6-27B checkpoint and the full visual tower preserved in floating point.| Component | Source |
|---|---|
| Text backbone | HauhauCS/Qwen3.6-27B-Uncensored-HauhauCS-Aggressive |
| MTP weights | Qwen/Qwen3.6-27B |
| Visual tower | Qwen3.6-compatible visual tower preserved from the full conversion path |
| Quantization pipeline | li-yifei/gguf-to-nvfp4 |
model-multimodal-extra.safetensors containing:
333 model.visual.* tensors for the visual tower.15 mtp.* tensors for speculative decoding experiments.model.safetensors.index.json with no stray model.language_model.visual.* entries.1VLLM_NVFP4_GEMM_BACKEND=marlin \
2vllm serve /path/to/Qwen3.6-27B-Uncensored-HauhauCS-Aggressive-NVFP4 \
3 --host 0.0.0.0 \
4 --trust-remote-code \
5 --max-model-len 32768 \
6 --gpu-memory-utilization 0.92 \
7 --max-num-seqs 1 \
8 --max-num-batched-tokens 4096 \
9 --kv-cache-dtype fp81VLLM_NVFP4_GEMM_BACKEND=marlin \
2vllm serve /path/to/Qwen3.6-27B-Uncensored-HauhauCS-Aggressive-NVFP4 \
3 --host 0.0.0.0 \
4 --trust-remote-code \
5 --language-model-only \
6 --max-model-len 131072 \
7 --gpu-memory-utilization 0.92 \
8 --max-num-seqs 1 \
9 --max-num-batched-tokens 4096 \
10 --kv-cache-dtype fp81VLLM_NVFP4_GEMM_BACKEND=marlin \
2vllm serve /path/to/Qwen3.6-27B-Uncensored-HauhauCS-Aggressive-NVFP4 \
3 --trust-remote-code \
4 --language-model-only \
5 --max-model-len 131072 \
6 --gpu-memory-utilization 0.92 \
7 --max-num-seqs 1 \
8 --max-num-batched-tokens 4096 \
9 --kv-cache-dtype fp8 \
10 --reasoning-parser qwen3 \
11 --speculative-config '{"method":"mtp","num_speculative_tokens":2}'/v1/responses, the stock Qwen3.6 template may enter thinking mode by default and spend the whole output budget on reasoning. This repo includes an optional deployment template:chat_template_responses_reasoning_switch.jinjaVLLM_NVFP4_GEMM_BACKEND=marlin vllm serve /path/to/Qwen3.6-27B-Uncensored-HauhauCS-Aggressive-NVFP4 --host 0.0.0.0 --trust-remote-code --language-model-only --chat-template chat_template_responses_reasoning_switch.jinja --max-model-len 131072 --gpu-memory-utilization 0.92 --max-num-seqs 1 --max-num-batched-tokens 4096 --kv-cache-dtype fp8/v1/responses without reasoning: non-thinking by default; avoids hidden-reasoning leakage in agent loops./v1/responses with reasoning: {"effort": "low|medium|high"}: opens Qwen thinking mode via the template variable reasoning_effort.vllm/vllm-openai:cu130-nightly.VLLM_NVFP4_GEMM_BACKEND=marlin is validated for this fixed artifact across text-only, full multimodal, and MTP startup paths.flashinfer-cutlass also works and may be preferable for throughput tuning on this RTX 5090.Qwen3_5ForConditionalGeneration.Parameter visual.blocks... not found in params_dict./v1/responses image input was tested successfully against a 1980x1160 PNG screenshot.marlin and flashinfer-cutlass; acceptance and throughput depend on workload and vLLM tuning.linear_attn.in_proj_a / linear_attn.in_proj_b remain BF16, so their non-64-aligned output dimensions do not enter the NVFP4 Marlin GEMM path.--language-model-only to avoid reserving vision-side memory.https://huggingface.co/HauhauCS/Qwen3.6-27B-Uncensored-HauhauCS-Aggressivehttps://huggingface.co/Qwen/Qwen3.6-27Bhttps://github.com/li-yifei/gguf-to-nvfp4https://github.com/li-yifei/vllm-qwen3.6-nvfp4-5090