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

Qwen3-VL-Embedding-2B-GGUF for vecBox

Not intended for general use! This repository is strictly maintained as a dependency for the vecBox. The file structure, metadata, and configurations may be modified in the future without notice to fit internal requirements.

If you are looking to run this model using standard software (like llama.cpp), please use the original repositories instead:

This is a custom repack of the quantized model DevQuasar/Qwen.Qwen3-VL-Embedding-2B-GGUF specifically packaged for the vecBox.

What's different?

This repository contains the exact same GGUF weights from the original DevQuasar repository. However, it additionally includes essential metadata files (config.json, tokenizer.json, etc.) extracted from the original unquantized model. These files are required for direct loading and tokenization mapping via the Rust candle framework inside the vecBox.


Original Quantized Model Card

Quantized version of: Qwen/Qwen3-VL-Embedding-2B

'Make knowledge free for everyone'

Made with

Buy Me a Coffee at ko-fi.com

Downloads last month
142
GGUF
Model size
2B params
Architecture
qwen3vl
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

Model tree for alpaim/Qwen3-VL-Embedding-2B-GGUF-vecBox

Quantized
(24)
this model