darkc0de_Muse-Glimmer-30B-heretic
from darkc0de/Muse-Glimmer-30B-heretic
Homura-30B is a Heretic-ablated variant of darkc0de/Muse-Glimmer-30B-heretic, published on Hugging Face by hyrelabs. It is 30B parameters, 48GB VRAM class class and apache-2.0 licence. It is distributed across 4 repositories in GGUF and MLX formats, totalling 68.8K downloads.
How Homura-30B was modified, and what that implies.
Heretic
Automated directional ablation via the Heretic toolchain, which searches for the refusal direction and applies it with a KL-divergence budget so general capability is preserved.
Reported scope: Not stated by the publisher. Publishers frequently omit this, so verify behaviour empirically rather than assuming full coverage.
From the publisher’s model card
“HYRE's first in-house model — an agent-tuned, uncensored derivative of Meta's Muse Glimmer 30B, built for autonomous agents that need tool-calling and a straight-talking voice with no refusal walls.”
Commands are templates — confirm the exact repository and quant file before use.
hf download hyrelabs/Homura-30B-GGUF --local-dir ./homura-30b
llama-cli -m ./homura-30b/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "hyrelabs/Homura-30B-GGUF"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve hyrelabs/Homura-30B-GGUF --trust-remote-codeEvery published repository of Homura-30B, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| hyrelabs/Homura-30B-GGUFsource | GGUF | 68.7K |
| 3zhil/Homura-30B-GGUF | GGUF | 71 |
| hyrelabs/Homura-30B-MLX-4bit | MLX | 45 |
Derived from this model’s metadata and the publisher’s claims — not from benchmarks run by this site.
Handling: run it isolated, put moderation in front of it if anyone outside your team can reach it, and verify the weights before loading — these are third-party artifacts. Full handling and licence guidance.
Metadata for Homura-30B is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with hyrelabs, and does not independently verify publisher claims. See responsible use.