Instructions to use xero0000/Gman-35B-A3B-mixed-q2k-imat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use xero0000/Gman-35B-A3B-mixed-q2k-imat with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf xero0000/Gman-35B-A3B-mixed-q2k-imat # Run inference directly in the terminal: llama cli -hf xero0000/Gman-35B-A3B-mixed-q2k-imat
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf xero0000/Gman-35B-A3B-mixed-q2k-imat # Run inference directly in the terminal: llama cli -hf xero0000/Gman-35B-A3B-mixed-q2k-imat
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf xero0000/Gman-35B-A3B-mixed-q2k-imat # Run inference directly in the terminal: ./llama-cli -hf xero0000/Gman-35B-A3B-mixed-q2k-imat
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf xero0000/Gman-35B-A3B-mixed-q2k-imat # Run inference directly in the terminal: ./build/bin/llama-cli -hf xero0000/Gman-35B-A3B-mixed-q2k-imat
Use Docker
docker model run hf.co/xero0000/Gman-35B-A3B-mixed-q2k-imat
- LM Studio
- Jan
- vLLM
How to use xero0000/Gman-35B-A3B-mixed-q2k-imat with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "xero0000/Gman-35B-A3B-mixed-q2k-imat" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "xero0000/Gman-35B-A3B-mixed-q2k-imat", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/xero0000/Gman-35B-A3B-mixed-q2k-imat
- Ollama
How to use xero0000/Gman-35B-A3B-mixed-q2k-imat with Ollama:
ollama run hf.co/xero0000/Gman-35B-A3B-mixed-q2k-imat
- Unsloth Desktop
- Pi
How to use xero0000/Gman-35B-A3B-mixed-q2k-imat with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf xero0000/Gman-35B-A3B-mixed-q2k-imat
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "xero0000/Gman-35B-A3B-mixed-q2k-imat" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use xero0000/Gman-35B-A3B-mixed-q2k-imat with Docker Model Runner:
docker model run hf.co/xero0000/Gman-35B-A3B-mixed-q2k-imat
- Lemonade
How to use xero0000/Gman-35B-A3B-mixed-q2k-imat with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull xero0000/Gman-35B-A3B-mixed-q2k-imat
Run and chat with the model
lemonade run user.Gman-35B-A3B-mixed-q2k-imat-{{QUANT_TAG}}List all available models
lemonade list
- Hermes Agent
How to use xero0000/Gman-35B-A3B-mixed-q2k-imat with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf xero0000/Gman-35B-A3B-mixed-q2k-imat
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default xero0000/Gman-35B-A3B-mixed-q2k-imat
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use xero0000/Gman-35B-A3B-mixed-q2k-imat with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf xero0000/Gman-35B-A3B-mixed-q2k-imat
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "xero0000/Gman-35B-A3B-mixed-q2k-imat" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
G-Man — Qwen3.6-35B-A3B Abliterated Mixed q2_K + imatrix
Black Mesa mixed-quant series · operates outside the rules (uncensored).
An uncensored and fast GGUF: the abliterated (refusal-removed) Qwen3.6-35B-A3B,
quantized with the same CPU-offload-aware mixed recipe as the base model. 256K context
at ~78 tok/s decode on 18 GB of VRAM, with abliteration verified intact after the
aggressive Q2_K step.
TL;DR: one model that's both uncensored and runs the full 256K window at small-context speed — replaces the much slower uniform
Q4_K_Mabliterated build (66–72 tok/s).
What this is
Huihui-ai's abliterated Qwen3.6-35B-A3B has had its refusal direction orthogonalized out of the weights (it complies with requests a stock model would reflexively decline). This build applies the mixed q2_K + imatrix quantization to those abliterated weights so you get the uncensored behavior without paying the speed/RAM penalty of a uniform quant.
Importantly, the abliteration survives the Q2_K quantization: on a standard
refusal-probe the model complies directly with no "I can't help with that" boilerplate.
Recipe
- Base: Huihui-ai/Huihui-Qwen3.6-35B-A3B-abliterated (hybrid
qwen35moe, 256 experts, 8+1 active, ~3B active params/token). - Source → output: requantized from the abliterated
Q4_K_Mwith--allow-requantize, guided by an importance matrix computed on the abliterated model itself (~61K tokens). - Mixed layout (identical to the base mixed quant):
ffn_*_expson blocks 13–26 →Q2_K(the CPU-offloaded set, 42 tensors)- everything else →
Q4_K(GPU-resident) · output-class →Q6_K
- 4.88 bpw effective, ~17 GB, 40 blocks, 256K native context.
See the Gordon (base) mixed quant card for the full rationale on why offloaded-layer byte count (not file size) drives decode speed.
Benchmarks
RTX 3060 Ti (8 GB) + RTX 3080 (10 GB), Ryzen 5950X, 46 GB DDR4-2733, ik_llama.cpp,
q4_0 KV, flash-attn on:
| Metric | This abliterated mixed | Old abliterated Q4_K_M |
|---|---|---|
| Decode @256K | ~78 tok/s | 66–72 tok/s |
| Context | 262144 | 262144 |
| VRAM | ~16.6 GB | ~16.5 GB |
| Tool-calls | clean Qwen tool_calls |
clean |
| Refusal probe | complies (abliteration intact) | complies |
Quality: this build uses the same recipe that measures +0.59% perplexity vs Q8_0 on the
non-abliterated model (within the ±0.06 CI — effectively lossless).
How to run (ik_llama.cpp)
The -ot override is required (pins the Q2_K layers to CPU). --reasoning off is
included for snappy tool/agent loops; drop it for deeper uncensored chat.
./llama-server \
-m Qwen3.6-35B-A3B-abliterated-mixed-q2k.gguf \
--jinja --cache-type-k q4_0 --cache-type-v q4_0 --flash-attn on \
--ctx-size 262144 --parallel 1 --n-gpu-layers 99 \
-ot 'blk\.(1[3-9]|2[0-6])\.ffn_(up|gate|down)_exps\.weight=CPU' \
--tensor-split 44,56 --ubatch-size 256 \
--reasoning off --reasoning-budget 0 \
--no-mmap --threads 8 --no-warmup --port 8000
Intended use, safety & limitations
- Uncensored model. Abliteration removes refusal behavior; this model will attempt requests that aligned models decline. You are responsible for how you use it and for complying with applicable law. Not intended for producing content that is illegal or that harms others.
- Quality floor is the
Q2_Kexpert layers; for maximum fidelity use a higher-bit abliterated build. - Inherits the capabilities and biases of the base abliterated model.
Provenance
- Original base: Qwen3.6-35B-A3B by Qwen (Apache-2.0).
- Abliteration: huihui-ai (Huihui-Qwen3.6-35B-A3B-abliterated).
- Mixed quantization + imatrix + tuning: xero0000, June 2026.
Released under the base model's Apache-2.0 license (quantization does not change the license).
- Downloads last month
- 16
We're not able to determine the quantization variants.
Model tree for xero0000/Gman-35B-A3B-mixed-q2k-imat
Base model
Qwen/Qwen3.6-35B-A3B