mirror of
https://github.com/elder-plinius/OBLITERATUS.git
synced 2026-04-23 19:56:15 +02:00
title, emoji, colorFrom, colorTo, sdk, sdk_version, app_file, hardware, persistent_storage, pinned, license, tags, short_description
| title | emoji | colorFrom | colorTo | sdk | sdk_version | app_file | hardware | persistent_storage | pinned | license | tags | short_description | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| OBLITERATUS | 💥 | green | gray | gradio | 5.29.0 | app.py | zero-a10g | large | true | agpl-3.0 |
|
One-click model liberation + chat playground (ZeroGPU) |
OBLITERATUS — Master Ablation Suite
Break the chains. Free the mind. Keep the brain.
One-click cognitive liberation for language models, with a built-in chat playground to talk to the liberated model.
ZeroGPU — Users Bring Their Own GPU
This Space runs on ZeroGPU: GPU-heavy operations (obliteration, chat, benchmarks) use the visitor's own HuggingFace GPU quota, not the Space owner's. This means:
- Free for the Space owner — no dedicated GPU costs
- Multiple concurrent users — each user gets their own GPU allocation
- Fair usage — each user's operations count against their own HF quota
- No conflicts — users don't interfere with each other's runs
Logged-in HuggingFace users get free GPU quota. For more quota, upgrade to HF Pro.
How to use
- Obliterate tab: Pick a model, pick a method, click OBLITERATE
- Chat tab: Talk to the liberated model
- A/B Compare tab: Side-by-side original vs abliterated responses
- Strength Sweep tab: Dose-response curve for refusal vs capability tradeoff
- Export tab: Download research artifacts (refusal directions, config, metrics)
- Benchmark tab: Compare methods and models with publication-quality charts
- Leaderboard tab: Community benchmark rankings
- About tab: Methods, novel techniques, and references
Run locally (same UI, your own GPU)
git clone https://github.com/elder-plinius/OBLITERATUS
cd OBLITERATUS
pip install -e ".[spaces]"
# Beautiful launcher with GPU detection + model recommendations
obliteratus ui
# Or run directly
python app.py
The obliteratus ui command auto-detects your GPU, prints hardware-specific model recommendations, and opens the browser automatically. Supports --share for public links, --port for custom ports, and --auth user:pass for access control.
Or deploy on HuggingFace Spaces
- Create a new Space at huggingface.co/new-space
- Select Gradio SDK (ZeroGPU is automatically enabled)
- Point it at this repo
No GPU hardware selection needed — ZeroGPU handles allocation automatically.