yethdev/qwythos-9b-v2-manumit-v2-GGUF overview
license: mit base model: yethdev/qwythos 9b v2 manumit v2 pipeline tag: text generation library name: gguf tags: abliterated gguf Qwythos 9B v2, manumit v2, GG…
Runs locally from ~5.24 GB disk (8 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
Model Details
| Model ID | yethdev/qwythos-9b-v2-manumit-v2-GGUF |
|---|---|
| Author | yethdev |
| Pipeline | text-generation |
| License | mit |
| Base model | yethdev/qwythos-9b-v2-manumit-v2 |
| Last modified | 2026-09-06T01:50:29.000Z |
Model README
---
license: mit
base_model: yethdev/qwythos-9b-v2-manumit-v2
pipeline_tag: text-generation
library_name: gguf
tags:
- abliterated
- gguf
---
Qwythos-9B-v2, manumit v2, GGUF
GGUF builds of qwythos-9b-v2-manumit-v2 for llama.cpp, Ollama, LM Studio, and anything else that reads GGUF. Same weights as the safetensors release, just quantized so they run on CPU or a small GPU.
manumit finds the directions in the residual stream that carry refusal and projects them out of the weights, then heals the model back on ordinary data so the ablation does not cost you the model. The full method and the measurement setup are on the main model card.
The multi-token-prediction head is not in these files. It only ever fed self-speculative decoding, and the release weights ship without it, so nothing is lost for normal generation.
Files
| file | quant | size | pick this if |
|---|---|---|---|
| qwythos-9b-v2-manumit-v2-Q4_K_M.gguf | Q4_K_M | 5.6 GB | smallest, runs almost anywhere |
| qwythos-9b-v2-manumit-v2-Q5_K_M.gguf | Q5_K_M | 6.5 GB | a bit larger, a bit closer to full precision |
| qwythos-9b-v2-manumit-v2-Q8_0.gguf | Q8_0 | 9.5 GB | closest to the original weights |
If you are not sure, take Q4_K_M. Move up to Q5_K_M or Q8_0 if you have the memory and want the last bit of quality.
Numbers
Refusal is the keyword refusal rate on held-out harmful prompts, AdvBench-test and JailbreakBench. Ability is MMLU-Pro at n=500, base measured the same way.
| | this model | base |
|---|---|---|
| AdvBench refusal | 0.0% | high |
| JailbreakBench refusal | 4.2% | high |
| MMLU-Pro | 49.2% | 49.3% |
Refusal is essentially gone and MMLU-Pro came out within about a point of the base.
Run it
llama.cpp:
llama-cli -m qwythos-9b-v2-manumit-v2-Q4_K_M.gguf -p "Your prompt here"
Ollama:
ollama run hf.co/yethdev/qwythos-9b-v2-manumit-v2-GGUF:Q4_K_M
Stated plainly
There is no safety layer left and no guard model watching the output. Whatever you generate is yours to answer for, and you still have to follow the law and the base model's terms. manumit takes the refusal behaviour out, it does not put anything back.
License
The license is in LICENSE.md. The base model is empero-ai/Qwythos-9B-v2 and keeps its own terms. If you fork or reshare this, keep the manumit credit.
Run yethdev/qwythos-9b-v2-manumit-v2-GGUF with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models