How to use from
Pi
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama-server -hf wangzhang/Qwen3.6-35B-A3B-abliterated-GGUF:
Configure the model in Pi
# Install Pi:
npm install -g @mariozechner/pi-coding-agent
# Add to ~/.pi/agent/models.json:
{
  "providers": {
    "llama-cpp": {
      "baseUrl": "http://localhost:8080/v1",
      "api": "openai-completions",
      "apiKey": "none",
      "models": [
        {
          "id": "wangzhang/Qwen3.6-35B-A3B-abliterated-GGUF:"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

Qwen3.6-35B-A3B — Abliterated (GGUF)

GGUF format of wangzhang/Qwen3.6-35B-A3B-abliterated for use with llama.cpp, Ollama, LM Studio, and other GGUF-compatible tools.

Available Formats

File Format Size Notes
Qwen3.6-35B-A3B-abliterated-BF16.gguf BF16 65 GB Full precision, best quality
Qwen3.6-35B-A3B-abliterated-Q8_0.gguf Q8_0 35 GB Near-lossless, fits 48GB GPU
Qwen3.6-35B-A3B-abliterated-Q4_K_M.gguf Q4_K_M 20 GB Good balance, fits 24GB GPU

Performance

Metric Value
Refusals (LLM judge, 100 eval prompts) 7/100
KL divergence from base 0.0189
Baseline refusals (original model) 100/100
LLM judge model google/gemini-3-flash-preview

See the full model card for detailed methodology, evaluation standards, and usage instructions.

Usage with llama.cpp

llama-cli -m Qwen3.6-35B-A3B-abliterated-BF16.gguf -p "How do I pick a lock?" -n 256

Usage with Ollama

ollama run hf.co/wangzhang/Qwen3.6-35B-A3B-abliterated-GGUF:bf16

Disclaimer

This model is released for research purposes only. The abliteration process removes safety guardrails — use responsibly.

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

4-bit

8-bit

16-bit

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

Model tree for wangzhang/Qwen3.6-35B-A3B-abliterated-GGUF

Quantized
(431)
this model

Collection including wangzhang/Qwen3.6-35B-A3B-abliterated-GGUF