Views
No views yet
| Benchmark | Nemotron-Cascade-2-30B-A3B (reproduced results) | Nemotron-Cascade-2-30B-A3B-NVFP4 (this model) |
|---|---|---|
| AIME 2025 (avg@8) | 98.8 | 97.9 |
| AIME 2026 (avg@8) | 94.2 | 92.1 |
| HMMT Feb 2025 (avg@8) | 92.9 | 90.1 |
| Component | Precision | Rationale |
|---|---|---|
| MoE expert GEMMs (routed + shared) | NVFP4 | All 23 MoE layers, 128 routed + 2 shared experts each |
| Mamba GEMMs (non-adjacent) | NVFP4 | 17 of 23 Mamba layers |
| Attention layers (all 6) | BF16 | Most sensitive — kept BF16 per NVIDIA sensitivity analysis |
| Mamba layers adjacent to attention (6) | BF16 | Layers {4, 11, 18, 25, 32, 41} — found sensitive in ablations |
| Mamba 1D conv | BF16 | All layers |
| Router gates | FP32 | Routing precision must not degrade |
| Embeddings & lm_head | BF16 | Not quantized |
| KV cache | FP8 | All 6 attention layers |
1python -m sglang.launch_server \
2 --model chankhavu/Nemotron-Cascade-2-30B-A3B-FP8 \
3 --trust-remote-code \
4 --tool-call-parser qwen3_coder \
5 --reasoning-parser nano_v31vllm serve chankhavu/Nemotron-Cascade-2-30B-A3B-FP8 \
2 --mamba_ssm_cache_dtype float32 \
3 --max-model-len 262144 \
4 --trust-remote-code \
5 --enable-auto-tool-choice \
6 --tool-call-parser qwen3_coder \
7 --reasoning-parser nemotron_v3 \
8 --kv-cache-dtype fp8| Architecture | GPU Examples | FP4 Support |
|---|---|---|
| Blackwell (SM100+) | B200, RTX 5090 | Native W4A4 — full compute speedup |
| Hopper (SM90) | H100, L40S | Weight-only dequantization at runtime |
| Ampere (SM86) | RTX 3090, A100 | Not supported |