Nvidia Nemotron-3-Nano-Omni
Collection
8 items • Updated • 1
This model was converted to MLX format from nvidia/Nemotron-3-Nano-Omni-30B-A3B-Reasoning-BF16
using mlx-vlm version 0.4.5.
Refer to the original model card for more details on the model.
pip install -U mlx-vlm
python -m mlx_vlm.generate --model mlx-community/Nemotron-3-Nano-Omni-30B-A3B-Reasoning-nvfp4 --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>
4-bit
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Nemotron-3-Nano-Omni-30B-A3B-Reasoning-nvfp4 mlx-community/Nemotron-3-Nano-Omni-30B-A3B-Reasoning-nvfp4