This repository hosts GGUF weights for
Anubis-Mini-8B-v1-heretic, quantized from the source floating-point tensors provided by
coder3101/Anubis-Mini-8B-v1-heretic.
🔄 Sister Repository: Check out the
Imatrix Sister Repository for enhanced precision at lower bit fractions.
Anubis-Mini-8B-v1 is a Llama-3.3-8B fine-tune by
TheDrummer, purpose-built for
immersive roleplay, collaborative storytelling, and creative writing. TheDrummer's models prioritise creativity, dynamism, imagination, and reduced alignment over benchmark scores — the goal is to broaden the model's range of expression for fiction, TTRPG, and entertainment use cases rather than optimise for factual correctness or safety compliance.
The
heretic suffix denotes post-processing via the
Heretic v1.3.0 abliteration framework performed by
coder3101, which surgically suppresses refusal vectors while preserving the model's core creative and roleplay capabilities.
1./llama-cli \
2 -m Anubis-Mini-8B-v1-heretic-Q4_K_M.gguf \
3 -c 8192 \
4 -ngl 99 \
5 -p "<|begin_of_text|><|start_header_id|>system<|end_header_id|>\nYou are a skilled storyteller and collaborative roleplay partner.<|eot_id|>\n<|start_header_id|>user<|end_header_id|>\nLet's begin a fantasy adventure. You play the mysterious innkeeper.<|eot_id|>\n<|start_header_id|>assistant<|end_header_id|>\n"
1./llama-server \
2 --host 0.0.0.0 \
3 --port 8080 \
4 -m Anubis-Mini-8B-v1-heretic-Q4_K_M.gguf \
5 -c 16384 \
6 -ngl 99 \
7 --flash-attn
1<|begin_of_text|><|start_header_id|>system<|end_header_id|>
2You are a vivid and immersive creative writing partner.<|eot_id|>
3<|start_header_id|>user<|end_header_id|>
4Your prompt here.<|eot_id|>
5<|start_header_id|>assistant<|end_header_id|>