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 vitrus/vitrus-world-descriptor-q4:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf vitrus/vitrus-world-descriptor-q4:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf vitrus/vitrus-world-descriptor-q4:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf vitrus/vitrus-world-descriptor-q4: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 vitrus/vitrus-world-descriptor-q4:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf vitrus/vitrus-world-descriptor-q4: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 vitrus/vitrus-world-descriptor-q4:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf vitrus/vitrus-world-descriptor-q4:Q4_K_M
Use Docker
docker model run hf.co/vitrus/vitrus-world-descriptor-q4:Q4_K_M
Quick Links

Vitrus World Descriptor

The compact runtime package for Vitrus World Descriptor: a mobile-first vision experience that turns a camera frame into a concise description of the visible scene.

Runtime files

File Purpose Size
vitrus-world-descriptor-q4_k_m.gguf Q4_K_M language runtime 229 MB
vitrus-world-descriptor-vision-f16.gguf Vision encoder and projector 189 MB

Both files are required for visual inference. Combined package size: 418 MB (decimal).

Integrity

ac097f6bdefc0d04457ff4dafe980c45fc83ca84170d19791d94c844fd327e16  vitrus-world-descriptor-q4_k_m.gguf
7397ddeaa3dd43c27878c4b5270d3eb1dfbc21a93dc637f49aa2d9b9b11201f9  vitrus-world-descriptor-vision-f16.gguf

These files are provided for the Vitrus World Descriptor runtime and its companion demonstration. The demo sends only the captured, resized frame necessary for inference; it does not retain camera frames.

Downloads last month
26
GGUF
Model size
0.4B params
Architecture
lfm2
Hardware compatibility
Log In to add your hardware

4-bit

16-bit

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