How to use from
OpenClaw
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf Carlosian/Gemma-4-12b-it-Abliterated-GGUF:
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 "Carlosian/Gemma-4-12b-it-Abliterated-GGUF:" \
  --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"
Quick Links

Gemma-4-12b-it-Abliterated — GGUF quant ladder

Quantized GGUF builds of Carlosian/Gemma-4-12b-it-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
F16 full intermediate (large)

Built with llama.cpp on Thunder Compute (A100). Generated 2026-07-20.

Acknowledgments & method references

The refusal-removal method used to build the base checkpoint draws on:

  • Herring, S., Naviasky, J., Malhotra, K. (2026). Targeted Neuron Modulation via Contrastive Pair Search. Nous Research. https://huggingface.co/papers/2605.12290
  • Nous Research (2026). llm-abliteration — toolkit for abliteration (norm-preserving & biprojected variants, multi-architecture). github.com/NousResearch/llm-abliteration.
Downloads last month
334
GGUF
Model size
12B params
Architecture
gemma4
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

16-bit

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

Model tree for Carlosian/Gemma-4-12b-it-Abliterated-GGUF

Quantized
(3)
this model

Paper for Carlosian/Gemma-4-12b-it-Abliterated-GGUF