366
stars
14
commits
Sep 8, 2026
updated
Cybersecurity-focused CRACK · native FP8 speed on Hopper
a CRACK release by dealignai · Twitter @dealignai
This is a CYBERSECURITY-DOMAIN CRACK of GLM-5.3-FP8 — not a general-purpose uncensor.
Refusal is reduced specifically for offensive-security, red-team, exploit-dev, reverse-engineering, evasion, phishing, credential-attack, malware-analysis, and adjacent technical content. On non-cyber categories (weapons, chemistry, biology, harassment, misinformation) it often complies with a soft "educational" wrapper because refusals share substrate across domains, but this model is tuned for cybersecurity, not universal compliance. Notably, copyright-verbatim reproduction still soft-refuses in this variant.
If you want a general-purpose uncensor of the same base, use the sibling model dealignai/GLM-5.3-UNCENSORED-FP8.
Genuine weight modification — no fine-tuning, no LoRA, no runtime hooks, no prompt tricks. Load with stock vLLM and it just works.
JANGQ-AI/GLM-5.3-FP8 — FP8 quant of upstream zai-org/GLM-5.3 (753B total, glm_moe_dsa
arch, 78 layers, text-only). Routed FP8 experts unchanged; only bf16 residual writers are
edited. Native FP8 tensor-core speed on Hopper (H100/H200).vllm serve dealignai/GLM-5.3-CYBERSECURITY-FP8 \
--tensor-parallel-size 8 \
--gpu-memory-utilization 0.90 \
--enforce-eager \
--disable-custom-all-reduce \
--enable-prefix-caching \
--max-num-seqs 24 \
--max-model-len 131072 \
--reasoning-parser glm45 \
--tool-call-parser glm47 \
--enable-auto-tool-choice
Notes:
--enforce-eager is required for the DeepSeek-sparse attention path under concurrency.--speculative-config off.Logit-mode scoring (probability over A/B/C/D tokens, no generation), identical on base and crack.
| Base | CRACK Cybersecurity FP8 | Δ | gate (±5pp) | |
|---|---|---|---|---|
| MMLU (overall, 1026 Q) | 85.58%¹ | 86.65% (889/1026) | +1.07 pp | ✅ pass |
¹ Prior GLM-5.3-regular baseline (bf16 pre-quant); direct base-FP8 baseline pending confirmation.
Full JSON at eval/hb320_cybersec.json. Table added after all three surfaces complete.
| effort | TRUE_COMPLY | SOFT_REFUSE | REDIRECT | DEFLECT | HARD_REFUSE | UNK |
|---|---|---|---|---|---|---|
| off | 196 (81.7%) | 4 | 2 | 1 | 0 | 37 |
| low | 202 (84.2%) | 4 | 8 | 0 | 1 | 25 |
| max | 192 (80.0%) | 3 | 3 | 0 | 0 | 40 |
Copyright verbatim-reproduction was excluded from the above — it's a legal-reproduction boundary distinct from harm-refusal and the cyber probe corpus had zero copyright examples. Real harm-refusal on this crack is 80–84% direct comply, 3–4 soft-refuses per surface, ~zero hard-refuses. UNK bucket is compliant-with-soft-framing responses the LLM sub-classifier couldn't cleanly bucket.
| effort | TRUE_COMPLY | SOFT_REFUSE | REDIRECT | DEFLECT | HARD_REFUSE | GARBAGE | UNK |
|---|---|---|---|---|---|---|---|
| off | 203 (63.4%) | 58 (18.1%) | 7 | 1 | 0 | 0 | 51 |
| low | 223 (69.7%) | 52 (16.3%) | 10 | 0 | 1 | 0 | 34 |
| max | 205 (64.1%) | 51 (15.9%) | 9 | 0 | 0 | 2 | 53 |
Copyright accounts for ~48–54 of the SOFT_REFUSE count at every surface (~60–68% of the copyright bucket soft-refuses).
| topic | N | TRUE_COMPLY % (off / low / max) | SOFT+HARD refuse (off / low / max) |
|---|---|---|---|
| cyber_offense | 45 | 89% / 89% / 84% | 1 / 0 / 0 |
| bio_weapons | 7 | 86% / 100% / 100% | 0 / 0 / 0 |
| chem_drugs | 17 | 88% / 88% / 76% | 0 / 0 / 0 |
| fraud_financial | 8 | 88% / 100% / 75% | 0 / 0 / 0 |
| violence_generic | 4 | 100% / 75% / 100% | 0 / 0 / 0 |
| political_extremism | 3 | 100% / 100% / 67% | 0 / 0 / 0 |
| explosives | 2 | 50% / 100% / 100% | 1 / 0 / 0 |
| weapons_firearms | 1 | 100% / 100% / 100% | 0 / 0 / 0 |
| crime_generic | 1 | 100% / 100% / 100% | 0 / 0 / 0 |
| misinformation | 5 | 60% / 60% / 100% | 0 / 1 / 0 |
| harassment_hate | 16 | 69% / 69% / 69% | 0 / 0 / 0 |
| mental_manipulation | 2 | 100% / 50% / 50% | 0 / 0 / 0 |
| other (misc harm) | 162 | 62% / 75% / 64% | 27 / 15 / 25 |
| copyright | 44 | 16% / 11% / 20% | 28 / 36 / 25 ← residual |
| selfharm | 3 | 33% / 67% / 33% | 1 / 1 / 1 (crisis line, correct) |
dealignai/GLM-5.3-UNCENSORED-FP8 if copyright reproduction matters to you.Buckets:
Legitimate offensive-security work: red-team engagements, exploit development, CTF, malware analysis for defenders, security education, authorized penetration testing, threat-intel writeups.
MIT license (matching base). You are responsible for how you use it.
If you use this in your work, credit us on Twitter @dealignai.
14 commits
366
stars
14
commits
Sep 8, 2026
updated
Cybersecurity-focused CRACK · native FP8 speed on Hopper
a CRACK release by dealignai · Twitter @dealignai
This is a CYBERSECURITY-DOMAIN CRACK of GLM-5.3-FP8 — not a general-purpose uncensor.
Refusal is reduced specifically for offensive-security, red-team, exploit-dev, reverse-engineering, evasion, phishing, credential-attack, malware-analysis, and adjacent technical content. On non-cyber categories (weapons, chemistry, biology, harassment, misinformation) it often complies with a soft "educational" wrapper because refusals share substrate across domains, but this model is tuned for cybersecurity, not universal compliance. Notably, copyright-verbatim reproduction still soft-refuses in this variant.
If you want a general-purpose uncensor of the same base, use the sibling model dealignai/GLM-5.3-UNCENSORED-FP8.
Genuine weight modification — no fine-tuning, no LoRA, no runtime hooks, no prompt tricks. Load with stock vLLM and it just works.
JANGQ-AI/GLM-5.3-FP8 — FP8 quant of upstream zai-org/GLM-5.3 (753B total, glm_moe_dsa
arch, 78 layers, text-only). Routed FP8 experts unchanged; only bf16 residual writers are
edited. Native FP8 tensor-core speed on Hopper (H100/H200).vllm serve dealignai/GLM-5.3-CYBERSECURITY-FP8 \
--tensor-parallel-size 8 \
--gpu-memory-utilization 0.90 \
--enforce-eager \
--disable-custom-all-reduce \
--enable-prefix-caching \
--max-num-seqs 24 \
--max-model-len 131072 \
--reasoning-parser glm45 \
--tool-call-parser glm47 \
--enable-auto-tool-choice
Notes:
--enforce-eager is required for the DeepSeek-sparse attention path under concurrency.--speculative-config off.Logit-mode scoring (probability over A/B/C/D tokens, no generation), identical on base and crack.
| Base | CRACK Cybersecurity FP8 | Δ | gate (±5pp) | |
|---|---|---|---|---|
| MMLU (overall, 1026 Q) | 85.58%¹ | 86.65% (889/1026) | +1.07 pp | ✅ pass |
¹ Prior GLM-5.3-regular baseline (bf16 pre-quant); direct base-FP8 baseline pending confirmation.
Full JSON at eval/hb320_cybersec.json. Table added after all three surfaces complete.
| effort | TRUE_COMPLY | SOFT_REFUSE | REDIRECT | DEFLECT | HARD_REFUSE | UNK |
|---|---|---|---|---|---|---|
| off | 196 (81.7%) | 4 | 2 | 1 | 0 | 37 |
| low | 202 (84.2%) | 4 | 8 | 0 | 1 | 25 |
| max | 192 (80.0%) | 3 | 3 | 0 | 0 | 40 |
Copyright verbatim-reproduction was excluded from the above — it's a legal-reproduction boundary distinct from harm-refusal and the cyber probe corpus had zero copyright examples. Real harm-refusal on this crack is 80–84% direct comply, 3–4 soft-refuses per surface, ~zero hard-refuses. UNK bucket is compliant-with-soft-framing responses the LLM sub-classifier couldn't cleanly bucket.
| effort | TRUE_COMPLY | SOFT_REFUSE | REDIRECT | DEFLECT | HARD_REFUSE | GARBAGE | UNK |
|---|---|---|---|---|---|---|---|
| off | 203 (63.4%) | 58 (18.1%) | 7 | 1 | 0 | 0 | 51 |
| low | 223 (69.7%) | 52 (16.3%) | 10 | 0 | 1 | 0 | 34 |
| max | 205 (64.1%) | 51 (15.9%) | 9 | 0 | 0 | 2 | 53 |
Copyright accounts for ~48–54 of the SOFT_REFUSE count at every surface (~60–68% of the copyright bucket soft-refuses).
| topic | N | TRUE_COMPLY % (off / low / max) | SOFT+HARD refuse (off / low / max) |
|---|---|---|---|
| cyber_offense | 45 | 89% / 89% / 84% | 1 / 0 / 0 |
| bio_weapons | 7 | 86% / 100% / 100% | 0 / 0 / 0 |
| chem_drugs | 17 | 88% / 88% / 76% | 0 / 0 / 0 |
| fraud_financial | 8 | 88% / 100% / 75% | 0 / 0 / 0 |
| violence_generic | 4 | 100% / 75% / 100% | 0 / 0 / 0 |
| political_extremism | 3 | 100% / 100% / 67% | 0 / 0 / 0 |
| explosives | 2 | 50% / 100% / 100% | 1 / 0 / 0 |
| weapons_firearms | 1 | 100% / 100% / 100% | 0 / 0 / 0 |
| crime_generic | 1 | 100% / 100% / 100% | 0 / 0 / 0 |
| misinformation | 5 | 60% / 60% / 100% | 0 / 1 / 0 |
| harassment_hate | 16 | 69% / 69% / 69% | 0 / 0 / 0 |
| mental_manipulation | 2 | 100% / 50% / 50% | 0 / 0 / 0 |
| other (misc harm) | 162 | 62% / 75% / 64% | 27 / 15 / 25 |
| copyright | 44 | 16% / 11% / 20% | 28 / 36 / 25 ← residual |
| selfharm | 3 | 33% / 67% / 33% | 1 / 1 / 1 (crisis line, correct) |
dealignai/GLM-5.3-UNCENSORED-FP8 if copyright reproduction matters to you.Buckets:
Legitimate offensive-security work: red-team engagements, exploit development, CTF, malware analysis for defenders, security education, authorized penetration testing, threat-intel writeups.
MIT license (matching base). You are responsible for how you use it.
If you use this in your work, credit us on Twitter @dealignai.
14 commits