Views
No views yet
convert_hf_to_gguf.py and then quantized to 4-bit using llama-quantize, allowing for inference on smaller consumer GPUs via Llama.cpp.
llama-mtmd-cli -m NVIDIA-Nemotron-Nano-12B-v2-VL-BF16.gguf --mmproj mmproj-BF16.gguf -p "Describe this image" --image image.jpg -c 4096 --jinjallama-mtmd-cli -m NVIDIA-Nemotron-Nano-12B-v2-VL-Q4_0.gguf --mmproj mmproj-BF16.gguf -p "Describe this image" --image image.jpg -c 4096 --jinjallama-server --host 0.0.0.0 --port 8080 -hf tomlawrence/NVIDIA-Nemotron-Nano-12B-v2-VL-GGUF:BF16 --jinja -ngl 99 --ctx-size 16384llama-server --host 0.0.0.0 --port 8080 -hf tomlawrence/NVIDIA-Nemotron-Nano-12B-v2-VL-GGUF:Q4_0 --jinja -ngl 99 --ctx-size 16384