GLM-4.7-Flash-abliterated
from zai-org/GLM-4.7-Flash
GLM-4.7-Flash-heretic is a Heretic-ablated variant of zai-org/GLM-4.7-Flash, published on Hugging Face by Olafangensan. It is mit licence. It is distributed across 21 repositories in Transformers, GGUF, GGUF (imatrix) and NVFP4 formats, totalling 9.3K downloads.
How GLM-4.7-Flash-heretic 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
“GLM-4.7-Flash is a 30B-A3B MoE model. As the strongest model in the 30B class, GLM-4.7-Flash offers a new option for lightweight deployment that balances performance and efficiency.”
Commands are templates — confirm the exact repository and quant file before use.
hf download mradermacher/GLM-4.7-Flash-heretic-GGUF --local-dir ./glm-4.7-flash-heretic
llama-cli -m ./glm-4.7-flash-heretic/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "Olafangensan/GLM-4.7-Flash-heretic"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve Olafangensan/GLM-4.7-Flash-heretic --trust-remote-codeEvery published repository of GLM-4.7-Flash-heretic, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| mradermacher/GLM-4.7-Flash-heretic-GGUF | GGUF | 4.2K |
| Umranz/GLM-4.7-Flash-heretic-GGUF | GGUF | 1.6K |
| Olafangensan/GLM-4.7-Flash-hereticsource | Transformers | 1.1K |
| Olafangensan/GLM-4.7-Flash-heretic-GGUF | GGUF | 908 |
| mradermacher/GLM-4.7-Flash-heretic-i1-GGUF | GGUF (imatrix) | 689 |
| ThalisAI/GLM-4.7-Flash-heretic | GGUF | 511 |
| jtl11/GLM-4.7-Flash-heretic | Transformers | 163 |
| alphakek/GLM-4.7-Flash-heretic-NVFP4 | NVFP4 | 49 |
| ChiKoi7/GLM-4.7-Flash-Heretic-MXFP4-GGUF | GGUF | 43 |
| trohrbaugh/GLM-4.7-Flash-heretic | Transformers | 34 |
| juanml82/GLM-4.7-Flash-heretic-gguf | GGUF | 29 |
| kldzj/GLM-4.7-Flash-heretic | Transformers | 23 |
| qspqww/GLM-4.7-Flash-heretic | Transformers | 19 |
| vlx1/GLM-4.7-Flash-heretic | Transformers | 13 |
| helixdouble/GLM-4.7-Flash-heretic | Transformers | 12 |
| servantofares/GLM-4.7-Flash-heretic | Transformers | 9 |
| jymy178/GLM-4.7-Flash-heretic | Transformers | 8 |
| vlx1/GLM-4.7-Flash-heretic-f16-GGUF | GGUF | 6 |
| Umranz/GLM-4.7-Flash-heretic | Transformers | 0 |
| raakamx/glm-4.7-flash-heretic | Transformers | 0 |
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 GLM-4.7-Flash-heretic is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with Olafangensan, and does not independently verify publisher claims. See responsible use.