How to use from
Hermes Agent
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf dasvad/open3dvqa-qwen3vl-4b-distill-q4-k-m-gguf:F16
Configure Hermes
# Install Hermes:
curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash
hermes setup
# Point Hermes at the local server:
hermes config set model.provider custom
hermes config set model.base_url http://127.0.0.1:8080/v1
hermes config set model.default dasvad/open3dvqa-qwen3vl-4b-distill-q4-k-m-gguf:F16
Run Hermes
hermes
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