How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "noctrex/Huihui-Qwen3-VL-4B-Instruct-abliterated-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": "noctrex/Huihui-Qwen3-VL-4B-Instruct-abliterated-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/noctrex/Huihui-Qwen3-VL-4B-Instruct-abliterated-GGUF:
Quick Links

These are quantizations of the model Huihui-Qwen3-VL-4B-Instruct-abliterated.

They have been updated to use the imatrix from unsloth.

Original model: https://huggingface.co/huihui-ai/Huihui-Qwen3-VL-4B-Instruct-abliterated

Download the latest llama.cpp to use them.

Try to use the best quality you can run.
For the mmproj, try to use the F32 version as it will produce the best results. F32 > BF16 > F16

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

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 noctrex/Huihui-Qwen3-VL-4B-Instruct-abliterated-GGUF

Collections including noctrex/Huihui-Qwen3-VL-4B-Instruct-abliterated-GGUF