How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "Carlosian/Qwen3.5-35B-A3B-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": "Carlosian/Qwen3.5-35B-A3B-Abliterated-GGUF",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/Carlosian/Qwen3.5-35B-A3B-Abliterated-GGUF:
Quick Links

Qwen3.5-35B-A3B-Abliterated — GGUF quant ladder

Quantized GGUF builds of Carlosian/Qwen3.5-35B-A3B-Abliterated for llama.cpp / Ollama / LM Studio.

Quant Typical use
Q2_K smallest / extreme low VRAM
Q3_K_S / Q3_K_M low VRAM
Q4_0 / Q4_K_S / Q4_K_M recommended default (Q4_K_M)
Q5_K_S / Q5_K_M higher quality
Q6_K near-lossless
Q8_0 highest quality quant

Built with llama.cpp on Thunder Compute (A100). Generated 2026-07-20. Uploaded incrementally per-quant to manage disk (35B MoE ladder is large).

Downloads last month
464
GGUF
Model size
35B params
Architecture
qwen35moe
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Carlosian/Qwen3.5-35B-A3B-Abliterated-GGUF

Quantized
(1)
this model