Instructions to use mobilint/Qwen2-VL-2B-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 mobilint/Qwen2-VL-2B-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 mobilint/Qwen2-VL-2B-Instruct-GGUF # Run inference directly in the terminal: llama cli -hf mobilint/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 mobilint/Qwen2-VL-2B-Instruct-GGUF # Run inference directly in the terminal: llama cli -hf mobilint/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 mobilint/Qwen2-VL-2B-Instruct-GGUF # Run inference directly in the terminal: ./llama-cli -hf mobilint/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 mobilint/Qwen2-VL-2B-Instruct-GGUF # Run inference directly in the terminal: ./build/bin/llama-cli -hf mobilint/Qwen2-VL-2B-Instruct-GGUF
Use Docker
docker model run hf.co/mobilint/Qwen2-VL-2B-Instruct-GGUF
- LM Studio
- Jan
- Ollama
How to use mobilint/Qwen2-VL-2B-Instruct-GGUF with Ollama:
ollama run hf.co/mobilint/Qwen2-VL-2B-Instruct-GGUF
- Unsloth Desktop
- Docker Model Runner
How to use mobilint/Qwen2-VL-2B-Instruct-GGUF with Docker Model Runner:
docker model run hf.co/mobilint/Qwen2-VL-2B-Instruct-GGUF
- Lemonade
How to use mobilint/Qwen2-VL-2B-Instruct-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mobilint/Qwen2-VL-2B-Instruct-GGUF
Run and chat with the model
lemonade run user.Qwen2-VL-2B-Instruct-GGUF-{{QUANT_TAG}}List all available models
lemonade list
- Atomic Chat
File size: 444 Bytes
62ac675 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | {
"auto_map": {
"AutoProcessor": "proxy_qwen2_vl.MobilintQwen2VLProcessor"
},
"min_pixels": 3136,
"max_pixels": 12845056,
"patch_size": 14,
"temporal_patch_size": 2,
"merge_size": 2,
"image_mean": [
0.48145466,
0.4578275,
0.40821073
],
"image_std": [
0.26862954,
0.26130258,
0.27577711
],
"image_processor_type": "Qwen2VLImageProcessorFast",
"processor_class": "MobilintQwen2VLProcessor"
}
|