Instructions to use dekthedev/Qwen2.5-VL-3B-Instruct-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use dekthedev/Qwen2.5-VL-3B-Instruct-GGUF with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf dekthedev/Qwen2.5-VL-3B-Instruct-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf dekthedev/Qwen2.5-VL-3B-Instruct-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf dekthedev/Qwen2.5-VL-3B-Instruct-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf dekthedev/Qwen2.5-VL-3B-Instruct-GGUF:Q4_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf dekthedev/Qwen2.5-VL-3B-Instruct-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf dekthedev/Qwen2.5-VL-3B-Instruct-GGUF:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf dekthedev/Qwen2.5-VL-3B-Instruct-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf dekthedev/Qwen2.5-VL-3B-Instruct-GGUF:Q4_K_M
Use Docker
docker model run hf.co/dekthedev/Qwen2.5-VL-3B-Instruct-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use dekthedev/Qwen2.5-VL-3B-Instruct-GGUF with Ollama:
ollama run hf.co/dekthedev/Qwen2.5-VL-3B-Instruct-GGUF:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use dekthedev/Qwen2.5-VL-3B-Instruct-GGUF with Docker Model Runner:
docker model run hf.co/dekthedev/Qwen2.5-VL-3B-Instruct-GGUF:Q4_K_M
- Lemonade
How to use dekthedev/Qwen2.5-VL-3B-Instruct-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull dekthedev/Qwen2.5-VL-3B-Instruct-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Qwen2.5-VL-3B-Instruct-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Qwen2.5-VL-3B-Instruct β GGUF
Quantized by @dekthedev.
All quantized GGUF variants of Qwen/Qwen2.5-VL-3B-Instruct. Quantized with llama.cpp for local and edge deployment.
Files
| Variant | File | Size | Quality | Notes |
|---|---|---|---|---|
| Q2_K | qwen25vl-3b-q2_k.gguf |
1.27 GB | Low | Smallest, fastest inference |
| Q4_K_S | qwen25vl-3b-q4_k_s.gguf |
1.83 GB | Good | 4-bit, small variant |
| Q4_K_M | qwen25vl-3b-q4_k_m.gguf |
1.93 GB | Very good | 4-bit, medium variant β best balance |
| Q5_K_M | qwen25vl-3b-q5_k_m.gguf |
2.22 GB | Excellent | 5-bit, sharper outputs |
| Q8_0 | qwen25vl-3b-q8_0.gguf |
3.29 GB | Near-lossless | 8-bit, closest to full precision |
| mmproj F16 | qwen25vl-3b-mmproj-f16.gguf |
1.34 GB | β | Vision projector, required for image input |
Usage with llama.cpp
Text only:
llama-cli \
--model qwen25vl-3b-q4_k_m.gguf \
--prompt "Hello! Who are you?" \
--n-predict 128
With image:
llama-cli \
--model qwen25vl-3b-q4_k_m.gguf \
--mmproj qwen25vl-3b-mmproj-f16.gguf \
--image your_image.jpg \
--prompt "<|im_start|>user\nDescribe this image.<|im_end|>\n<|im_start|>assistant\n" \
--n-predict 256
- Downloads last month
- 238
Hardware compatibility
Log In to add your hardware
2-bit
4-bit
5-bit
8-bit
Inference Providers NEW
This model isn't deployed by any Inference Provider. π Ask for provider support
Model tree for dekthedev/Qwen2.5-VL-3B-Instruct-GGUF
Base model
Qwen/Qwen2.5-VL-3B-Instruct