Instructions to use atanas1/Qwen3.5-122B-A10B-abliterated-v2-GGUF 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 atanas1/Qwen3.5-122B-A10B-abliterated-v2-GGUF 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 atanas1/Qwen3.5-122B-A10B-abliterated-v2-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf atanas1/Qwen3.5-122B-A10B-abliterated-v2-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf atanas1/Qwen3.5-122B-A10B-abliterated-v2-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf atanas1/Qwen3.5-122B-A10B-abliterated-v2-GGUF:Q4_K_M
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 atanas1/Qwen3.5-122B-A10B-abliterated-v2-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf atanas1/Qwen3.5-122B-A10B-abliterated-v2-GGUF:Q4_K_M
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 atanas1/Qwen3.5-122B-A10B-abliterated-v2-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf atanas1/Qwen3.5-122B-A10B-abliterated-v2-GGUF:Q4_K_M
Use Docker
docker model run hf.co/atanas1/Qwen3.5-122B-A10B-abliterated-v2-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use atanas1/Qwen3.5-122B-A10B-abliterated-v2-GGUF with Ollama:
ollama run hf.co/atanas1/Qwen3.5-122B-A10B-abliterated-v2-GGUF:Q4_K_M
- Unsloth Desktop
- Pi
How to use atanas1/Qwen3.5-122B-A10B-abliterated-v2-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf atanas1/Qwen3.5-122B-A10B-abliterated-v2-GGUF:Q4_K_M
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": "atanas1/Qwen3.5-122B-A10B-abliterated-v2-GGUF:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use atanas1/Qwen3.5-122B-A10B-abliterated-v2-GGUF with Docker Model Runner:
docker model run hf.co/atanas1/Qwen3.5-122B-A10B-abliterated-v2-GGUF:Q4_K_M
- Lemonade
How to use atanas1/Qwen3.5-122B-A10B-abliterated-v2-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull atanas1/Qwen3.5-122B-A10B-abliterated-v2-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Qwen3.5-122B-A10B-abliterated-v2-GGUF-Q4_K_M
List all available models
lemonade list
- Hermes Agent
How to use atanas1/Qwen3.5-122B-A10B-abliterated-v2-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf atanas1/Qwen3.5-122B-A10B-abliterated-v2-GGUF:Q4_K_M
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 atanas1/Qwen3.5-122B-A10B-abliterated-v2-GGUF:Q4_K_M
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use atanas1/Qwen3.5-122B-A10B-abliterated-v2-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf atanas1/Qwen3.5-122B-A10B-abliterated-v2-GGUF:Q4_K_M
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 "atanas1/Qwen3.5-122B-A10B-abliterated-v2-GGUF:Q4_K_M" \ --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"
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 atanas1/Qwen3.5-122B-A10B-abliterated-v2-GGUF:Q4_K_MRun Hermes
hermesQwen3.5-122B-A10B-abliterated-v2-GGUF
GGUF quantizations of wangzhang/Qwen3.5-122B-A10B-abliterated-v2, the Prometheus-abliterated version of Alibaba's Qwen3.5-122B-A10B.
Why this model?
Not all abliterations are equal. The wangzhang Prometheus method is significantly more sophisticated than standard abliteration approaches (like huihui or Chompa1422), using:
- Per-layer direction optimization โ each transformer layer gets its own optimal refusal direction
- MoE-aware expert steering โ suppresses safety-critical expert router weights and modifies expert down_proj matrices
- Bayesian hyperparameter search (Optuna TPE) with LLM-judge evaluation
- KL divergence of just 0.0115 from the original model โ virtually identical outputs on normal queries
- 97% refusal reduction (199/200 โ 6/200)
This preserves significantly more of the base model's capabilities compared to basic single-direction abliteration methods.
Available quantizations
| Quant | Size | Best for |
|---|---|---|
| Q4_K_M | 74 GB | 128GB systems (ASUS Ascent GX10, DGX Spark, Mac Studio) โ recommended |
More quantizations (Q5_K_M, Q6_K, Q8_0, F16) coming soon.
Base model details
- Architecture: Hybrid Gated DeltaNet + Sparse MoE (122B total, 10B active per token, 256 experts)
- Context: 262K native (extendable to 1M via YaRN)
- Languages: 201
- Capabilities: Multimodal (vision-language), reasoning, coding, agentic workflows
- License: Apache 2.0
How to run
llama.cpp
./llama-server \
-m Qwen3.5-122B-A10B-abliterated-v2-Q4_K_M.gguf \
--ctx-size 262144 \
-ngl 999 \
--port 8000 \
--host 0.0.0.0
Ollama
cat > Modelfile << 'MODELFILE'
FROM Qwen3.5-122B-A10B-abliterated-v2-Q4_K_M.gguf
PARAMETER temperature 0.7
PARAMETER top_p 0.95
PARAMETER top_k 20
MODELFILE
ollama create qwen35-122b-abl -f Modelfile
ollama run qwen35-122b-abl
Hardware requirements
| Quant | Min memory | Recommended context |
|---|---|---|
| Q4_K_M (74GB) | 128GB unified/system | Up to 262K (hybrid DeltaNet keeps KV cache small) |
Tested and running on an ASUS Ascent GX10 (NVIDIA GB10 Grace Blackwell, 128GB unified LPDDR5x) with full 262K context.
How this was made
- Downloaded wangzhang/Qwen3.5-122B-A10B-abliterated-v2 (BF16 safetensors)
- Converted to F16 GGUF using
convert_hf_to_gguf.py - Quantized to Q4_K_M using
llama-quantize - Hardware: ASUS Ascent GX10
- llama.cpp build: 8338 (9789c4ecd)
Acknowledgments
- Abliteration: wangzhang using the Prometheus framework
- Base model: Qwen Team / Alibaba
- Quantization tools: llama.cpp / ggml-org
- Downloads last month
- 84
4-bit
Model tree for atanas1/Qwen3.5-122B-A10B-abliterated-v2-GGUF
Base model
Qwen/Qwen3.5-122B-A10B
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp# Start a local OpenAI-compatible server: llama serve -hf atanas1/Qwen3.5-122B-A10B-abliterated-v2-GGUF:Q4_K_M