How to use from
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 turingevo/Qwen2-VL-2B-Instruct-gguf:
# Run inference directly in the terminal:
llama cli -hf turingevo/Qwen2-VL-2B-Instruct-gguf:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf turingevo/Qwen2-VL-2B-Instruct-gguf:
# Run inference directly in the terminal:
llama cli -hf turingevo/Qwen2-VL-2B-Instruct-gguf:
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 turingevo/Qwen2-VL-2B-Instruct-gguf:
# Run inference directly in the terminal:
./llama-cli -hf turingevo/Qwen2-VL-2B-Instruct-gguf:
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 turingevo/Qwen2-VL-2B-Instruct-gguf:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf turingevo/Qwen2-VL-2B-Instruct-gguf:
Use Docker
docker model run hf.co/turingevo/Qwen2-VL-2B-Instruct-gguf:
Quick Links

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

see help:

or

Follow steps:

1 Download turingevo/Qwen2-VL-2B-Instruct-gguf

2 git clone https://github.com/ggerganov/llama.cpp.git

then build and get target llama-qwen2vl-cli

3 Get pictures:

It's recommended to resize the image to a resolution below 640x640, so it won't take forever to run on CPU backend:

ffmpeg -i input.jpeg -vf "scale=512:512" 1.png

4 cmd: llama-qwen2vl-cli -m Qwen2-VL-2B-Instruct-F16.gguf --mmproj qwen2-vl-2b-instruct-vision.gguf -p "Describe this image" --image "1.png"

Downloads last month
219
GGUF
Model size
2B params
Architecture
qwen2vl
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support