--- base_model: Jackrong/Qwopus3.6-27B-Coder base_model_relation: quantized license: apache-2.0 library_name: transformers pipeline_tag: image-text-to-text language: - en - zh tags: - nvfp4 - fp4 - w4a4 - gptq - quantized - compressed-tensors - llm-compressor - vllm - qwen3_5 - vision-language - thinking - code - coder ---
**TL;DR:** Qwopus3.6-27B-Coder, quantized to NVFP4 (W4A4) for vLLM on NVIDIA Blackwell. 18 GB, wikitext-2 PPL 6.63, 256K agentic coder. # Qwopus3.6-27B-Coder NVFP4 NVFP4 (W4A4) quantization of [Jackrong/Qwopus3.6-27B-Coder](https://huggingface.co/Jackrong/Qwopus3.6-27B-Coder), packed in the `compressed-tensors` `nvfp4-pack-quantized` format with [llm-compressor](https://github.com/vllm-project/llm-compressor). Weights are quantized with GPTQ (error-compensated rounding) and an MSE observer, on a domain-matched calibration blend that includes code. **Near-lossless.** Fused layers (q/k/v, gate/up) share one NVFP4 global scale, so vLLM loads it cleanly with no per-layer-scale warning or fallback. wikitext-2 perplexity for this build: 6.63. - About 18 GB on disk versus about 55.6 GB for the bf16 source (about 33%). - Built for vLLM on NVIDIA Blackwell, where both the 4-bit weight and 4-bit activation paths are accelerated. On pre-Blackwell GPUs vLLM runs it weight-only. - Loading and generation verified in vLLM v0.23.0 on an NVIDIA GB10 (Blackwell, sm_121). ## Fidelity Near-lossless versus the bf16 source: wikitext-2 perplexity for this build is **6.63**. | Metric | Value | |---|---| | wikitext-2 PPL | 6.63 | | Weights | NVFP4 W4A4, group 16 | | Size | 18 GB vs 55.6 GB bf16 (~33%) | NVFP4 uses GPTQ error compensation, an MSE observer, and shared fused-layer scales, so the drop from bf16 is minimal. ## Quickstart NVFP4 is auto-detected from `config.json` (`compressed-tensors`); no quantization flag needed. `--reasoning-parser qwen3` splits the `