How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="dasvad/open3dvqa-qwen3vl-4b-distill-q4-k-m-gguf",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": [
				{
					"type": "text",
					"text": "Describe this image in one sentence."
				},
				{
					"type": "image_url",
					"image_url": {
						"url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg"
					}
				}
			]
		}
	]
)

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