NVFP4-quantized
Nex-N2-mini (Qwen3.5-MoE-35B fine-tune) optimized for NVIDIA Blackwell (SM 12.1) serving via vLLM with FlashInfer CUTLASS kernels.
1docker run -d --name nex-n2-mini-nvfp4 \
2 --gpus all \
3 --shm-size=8g \
4 -e HF_TOKEN=hf_xxxxx \
5 -v nex-n2-model:/mnt/model \
6 -p 8000:8000 \
7 ghcr.io/r0b0tlab/nex-n2-mini-nvfp4:latest
1curl http://localhost:8000/v1/chat/completions \
2 -H "Content-Type: application/json" \
3 -d '{"model":"r0b0tlab/nex-n2-mini-nvfp4","messages":[{"role":"user","content":"Hello!"}],"max_tokens":100}'
1echo "HF_TOKEN=hf_xxxxx" > .env
2docker compose up -d
See the
GitHub repo for full documentation, environment variables, and AGENTS.md.
Tested on NVIDIA GB10 (Blackwell SM 12.1), vLLM v0.22.0, FlashInfer CUTLASS NVFP4.
Decode is rock-stable at 32–33 t/s across all context depths (0–16K). Only 2.8% degradation.
6.5× scaling at C8. 8.42 t/s/W efficiency. Peak 23.3W at 48°C.
Math (3/3), Reasoning (3/3), Coding (3/3), Knowledge (2/2), Instruction (2/2).
Apache 2.0.