CoolFace
Modelpublic

HarshKalburgi/SmolVLM-256M-Instruct-GGUF

sourceHugging Faceapache-2.0updated 11mo agoView on Hugging Face
0likes37downloads
Model Card

SmolVLM-256M-Instruct

Model creator: HuggingFaceTB<br/> Original model: HuggingFaceTB/SmolVLM-256M-Instruct<br/> GGUF quantization: provided by HarshKalburgi using llama.cpp<br/>

Special thanks

๐Ÿ™ Special thanks to Georgi Gerganov and the whole team working on llama.cpp for making all of this possible.

Use with Ollama

bash
ollama run "hf.co/HarshKalburgi/SmolVLM-256M-Instruct-GGUF:Q4_K_M"

Use with LM Studio

bash
lms load "HarshKalburgi/SmolVLM-256M-Instruct-GGUF"

Use with llama.cpp CLI

bash
llama-cli --hf "HarshKalburgi/SmolVLM-256M-Instruct-GGUF:Q4_K_M" -p "The meaning to life and the universe is"

Use with llama.cpp Server:

bash
llama-server --hf "HarshKalburgi/SmolVLM-256M-Instruct-GGUF:Q4_K_M" -c 4096