This is the
Q3_K_M quantized GGUF version of
turing-motors/Heron-NVILA-Lite-2B-hf, a Vision-Language Model optimized for Japanese.
1# Download the model and mmproj
2wget https://huggingface.co/nawta/Heron-NVILA-Lite-2B-Q3_K_M-GGUF/resolve/main/Heron-NVILA-Lite-2B-Q3_K_M.gguf
3wget https://huggingface.co/nawta/Heron-NVILA-Lite-2B-mmproj-GGUF/resolve/main/mmproj-heron-nvila-lite-2b-f16.gguf
4
5# Run inference
6./llama-mtmd-cli \
7 -m Heron-NVILA-Lite-2B-Q3_K_M.gguf \
8 --mmproj mmproj-heron-nvila-lite-2b-f16.gguf \
9 --image your_image.jpg \
10 -p "この画像について説明してください。"
This model inherits the license from the original Heron-NVILA-Lite-2B model. Please refer to
turing-motors/Heron-NVILA-Lite-2B-hf for license details.