Note: This model (NVFP4 quantization) was tested on an NVIDIA RTX PRO 6000 (Blackwell, sm_120, CUDA 12.9, Driver 575.64.03) using vLLM 0.11.0 and NVIDIA's NGC container (v0.10.1, 25.09-py3). It fails to run due to issues with NVFP4 MoE kernel initialization, specifically "no kernel image is available" in
ops.shuffle_rows (vLLM 0.11.0) and "Failed to initialize GEMM" in
cutlass_fp4_moe_mm (vLLM 0.10.1). See related vLLM GitHub issues
#20522,
#23826, and
#18153 for details. A source build with
TORCH_CUDA_ARCH_LIST="12.0" or a future vLLM release (e.g., v0.12.0) may resolve this.
Check the original model card for information about this model.
If there are other models you're interested in seeing quantized to NVFP4 for use on the DGX Spark, or other modern Blackwell (or newer) cards let me know. I'm trying to make more NVFP4 models available to spread the adoption.