How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "gaianet/Qwen2-VL-7B-Instruct-GGUF"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "gaianet/Qwen2-VL-7B-Instruct-GGUF",
		"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"
						}
					}
				]
			}
		]
	}'
Use Docker
docker model run hf.co/gaianet/Qwen2-VL-7B-Instruct-GGUF:
Quick Links

Qwen2-VL-7B-Instruct-GGUF

Original Model

Qwen/Qwen2-VL-7B-Instruct

Run with Gaianet

Prompt template:

prompt template: qwen2-vision

Context size:

chat_ctx_size: 32000

Run with GaiaNet:

Quantized with llama.cpp b4329

Downloads last month
188
GGUF
Model size
8B params
Architecture
qwen2vl
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 gaianet/Qwen2-VL-7B-Instruct-GGUF

Base model

Qwen/Qwen2-VL-7B
Quantized
(59)
this model