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 dasvad/open3dvqa-qwen3vl-4b-distill-q4-k-m-gguf:F16
# Run inference directly in the terminal:
llama cli -hf dasvad/open3dvqa-qwen3vl-4b-distill-q4-k-m-gguf:F16
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf dasvad/open3dvqa-qwen3vl-4b-distill-q4-k-m-gguf:F16
# Run inference directly in the terminal:
llama cli -hf dasvad/open3dvqa-qwen3vl-4b-distill-q4-k-m-gguf:F16
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 dasvad/open3dvqa-qwen3vl-4b-distill-q4-k-m-gguf:F16
# Run inference directly in the terminal:
./llama-cli -hf dasvad/open3dvqa-qwen3vl-4b-distill-q4-k-m-gguf:F16
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 dasvad/open3dvqa-qwen3vl-4b-distill-q4-k-m-gguf:F16
# Run inference directly in the terminal:
./build/bin/llama-cli -hf dasvad/open3dvqa-qwen3vl-4b-distill-q4-k-m-gguf:F16
Use Docker
docker model run hf.co/dasvad/open3dvqa-qwen3vl-4b-distill-q4-k-m-gguf:F16
Quick Links

Open3DVQA Qwen3-VL 4B Distilled Q4_K_M GGUF

This repository contains the deployment files for the distilled Open3DVQA Qwen3-VL 4B student model.

Files

student_4b_merged-Q4_K_M.gguf       Q4_K_M language model, about 2.4 GB
mmproj-student_4b_merged-f16.gguf   F16 vision encoder/projector, about 798 MB
Modelfile.ollama                    Ollama import configuration
CODEX_ORIN_DEPLOY_GUIDE.md          Detailed Jetson Orin NX instructions

Both GGUF files are required for image inference.

Ollama

ollama create open3dvqa-qwen3vl:4b-q4km -f Modelfile.ollama

Use Ollama's /api/chat endpoint with base64 image data in messages[].images.

See CODEX_ORIN_DEPLOY_GUIDE.md for JetPack 5 deployment, checksums, GPU verification, API examples, and troubleshooting.

Downloads last month
1,171
GGUF
Model size
4B params
Architecture
qwen3vl
Hardware compatibility
Log In to add your hardware

4-bit

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