How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "blascotobasco/Qwen3.5-32E-A3B-Test"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "blascotobasco/Qwen3.5-32E-A3B-Test",
		"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/blascotobasco/Qwen3.5-32E-A3B-Test
Quick Links

This model is not meant to be used as is, it will just say nonsensical things and loop endlessly. I have uploaded this to request a repair run as I do not have the hardware to do it myself. I would greatly appreciate it if anyone is willing to run a repair run on it.

I did try doing it myself but unfortunately I used a contaminated dataset which got it most of the way there but introduced some significant problems, so this is the "pure" pruned version of Qwen3.5-35B-A3B.

Vision is fully intact, but the aggressive pruning makes the model loop and malfunction.

Downloads last month
5
Safetensors
Model size
7B params
Tensor type
BF16
·
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for blascotobasco/Qwen3.5-32E-A3B-Test

Finetuned
(127)
this model