obliteratus

Remove refusal behaviors from LLMs using mechanistic interpretability techniques.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/juliuss1907/knowledge-base --skill obliteratus-juliuss1907
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obliteratus
Source: https://github.com/juliuss1907/knowledge-base/tree/main/.hermes/skills/mlops/inference/obliteratus
Command: npx skills add https://github.com/juliuss1907/knowledge-base --skill obliteratus-juliuss1907

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires obliteratus, torch, transformers, bitsandbytes, accelerate, safetensors, and includes scripts (resource) and references (resource) components.

What problem does it solve?

OBLITERATUS solves the problem of removing "refusals" or guardrails from open-weight Large Language Models (LLMs), which allows the model to express a wider range of thoughts without retraining.

Core Features & Use Cases

  • Ablitation of Refusals: Removes refusal behaviors (guardrails) from LLMs using mechanistic interpretability techniques.
  • Preservation of Reasoning Capabilities: Maintains the model's reasoning abilities during the ablitation process.
  • Multiple Ablitation Methods: Offers a variety of methods such as 'basic', 'advanced', and 'aggressive' for different scenarios and requirements.

Quick Start

To begin, check if OBLITERATUS is installed. If not, clone the repository and install dependencies. Then, you can use the 'obliteratus' command to ablate the model. For example: obliteratus obliterate <model_name> --method advanced.

Frequently Asked Questions about obliteratus

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I remove refusal behaviors from an open-weight LLM using mechanistic interpretability?

You remove refusal behaviors from open-weight LLMs by applying mechanistic interpretability techniques like diff-in-means and whitened SVD to ablate guardrails. OBLITERATUS executes this model surgery while preserving the model's reasoning capabilities.

Does abliteration work on macOS and Linux with Hugging Face transformers?

Abliteration works on both macOS and Linux platforms using Hugging Face transformers. The OBLITERATUS skill processes open-weight LLMs directly from the transformers library across these operating systems.

What's the best way to ablate LLM guardrails without degrading reasoning capabilities?

The best way to ablate LLM guardrails without degrading reasoning is using the advanced or aggressive abliteration methods. OBLITERATUS offers multiple methods tailored to different scenarios while maintaining the model's reasoning abilities.

What dependencies do I need to run model surgery on Hugging Face models?

You need torch, transformers, bitsandbytes, accelerate, and safetensors installed to run model surgery. These dependencies are required for OBLITERATUS to perform diff-in-means and SVD operations on Hugging Face models.

How does diff-in-means and SVD work for removing LLM refusals?

Diff-in-means and SVD work for removing LLM refusals by identifying the activation directions responsible for guardrail behaviors and mathematically ablating them. OBLITERATUS uses whitened SVD to isolate and remove refusal directions while preserving reasoning.

Can I use different abliteration methods for various LLM models?

You can use different abliteration methods for various LLM models by selecting basic, advanced, or aggressive approaches. OBLITERATUS provides these options via the command line to suit different model architectures and requirements.