metadata
datasets:
- Rombo-Org/Optimized_Reasoning
base_model:
- allenai/Olmo-3-7B-Instruct
license: apache-2.0
Olmo-3-7B-Instruct-nvfp4
Format: NVFP4 — weights & activations quantized to FP4 with dual scaling.
Base model: allenai/Olmo-3-7B-Instruct
How it was made: One-shot calibration with LLM Compressor (NVFP4 recipe), long-seq calibration with Rombo-Org/Optimized_Reasoning.
Notes: Keep
lm_headin high precision; calibrate on long, domain-relevant sequences.
Check the original model card for information about this model.
Running the model with VLLM in Docker
sudo docker run --runtime nvidia --gpus all -p 8000:8000 --ipc=host vllm/vllm-openai:nightly --model Firworks/Olmo-3-7B-Instruct-nvfp4 --dtype auto --max-model-len 32768
This was tested on a B200 cloud instance.
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 allow more people to try them out.