Views
No views yet
| Property | Value |
|---|---|
| Original Model | SmolVLM2-500M-Video-Instruct |
| Parameters | 500 million |
| Quantization | Q8_0 |
| Model Size | ~437 MB |
| Vision Encoder Size | ~199 MB (F16) |
| Context Window | 8,192 tokens |
| Architecture | SmolVLM2 with SigLIP vision encoder |
SmolVLM2-500M-Video-Instruct-Q8_0.gguf - Main language modelmmproj-SmolVLM2-500M-Video-Instruct-f16.gguf - Vision encoder (mmproj)1./llama-llava-cli -m SmolVLM2-500M-Video-Instruct-Q8_0.gguf \
2 --mmproj mmproj-SmolVLM2-500M-Video-Instruct-f16.gguf \
3 --image your_image.jpg \
4 -p "Describe this image"<image>
User: {prompt}
Assistant: