Note on upstream v2: After these quants were made, the upstream release was updated to v2 with tokenizer normalization, embedded chat template improvements, and MTP variants. These quants are based on the original v1 source — they work fine with current llama.cpp for inference, but if you need the updated chat template or MTP support, grab the latest GGUFs from empero-ai/Qwythos-9B-Claude-Mythos-5-1M. MTP quants now available:wepiqx/Qwythos-9B-Claude-Mythos-5-1M-MTP-SHQ8-GGUF — same SHQ8 method with built-in MTP draft head for speculative decoding.
Note: File names contain Q5_K_M for HF parser compatibility only. These are not pure Q5_K_M — they're selective hybrid quants using Q8_0, Q6_K, IQ4_XS, Q5_K, and F16 across different tensor types. See each section for the exact per-tensor map.
Selective hybrid quantizations for Empero's Qwythos-9B-Claude-Mythos-5-1M — a full-parameter reasoning fine-tune of Qwen3.5-9B with 1M context and vision support.
Uses the exact same SHQ8 method and formulas as Qwable-9B-Claude-Fable-5-SHQ8-GGUF — same architecture, same imatrix, same quantization strategies. This is not a new SHQ9 series; it's the proven SHQ8 approach applied to a different fine-tune.
Status: Complete
Quant
Size
PPL (ctx=1024)
vs Q6_K
vs OptA
Q6_K (baseline)
7,008 MiB
7.5876 ± 0.04948
—
—
SHQ8-OptA ★ quality
6,303 MiB
7.4831 ± 0.04827
−0.105, −705 MiB
—
SHQ8-v2 ★ compact
5,726 MiB
7.6542 ± 0.05003
+0.067, −1,282 MiB
+0.171, −577 MiB
Key finding: OptA formula transfers perfectly from Qwable (beats Q6_K PPL at 10% smaller). v2 shows a larger gap on Qwythos (+0.067) than on Qwable (+0.017) — IQ4_XS tensors impose a slightly higher cost on this fine-tune.
SHQ8-v2 vs stock quants: Despite the Q5_K_M name tag, SHQ8-v2 is actually better than a pure Q5_K_M — Q8_0 on critical attention paths + Q6_K on mid layers more than compensates for IQ4_XS on low-importance tensors. A stock Q5_K_M would be ~5.3 GB with PPL ~7.9 on Qwythos; v2 is 7.65 at nearly the same size. And vs Q3_K_M (~4.1 GB, PPL ~8.5+): v2 is only 1.6 GB larger but dramatically better quality. If you need the smallest possible file, consider v2 before dropping to low-bit quants.
Architecture
Identical to Qwable-9B-Claude-Fable-5 — same Qwen3.5-9B backbone:
Property
Value
Layers
32 (24 Gated DeltaNet + 8 Full Attention)
Hidden dim
4096
FFN intermediate
12288
Vocabulary
248,320
Full Attention
blk.3, 7, 11, 15, 19, 23, 27, 31
DeltaNet
all others
Context
1,048,576 (YaRN factor 4.0)
Tensors, shapes, and importance distribution are identical to Qwable. All SHQ8 techniques transfer directly.
Imatrix
Reused Qwable-9B-Claude-Fable-5.imatrix.gguf — same architecture, same tensor layout, same importance distribution. Confirmed working — OptA formula produces identical size (6,303 MiB) on Qwythos.
SHQ8-OptA (Quality Champion)
Q5_K_M base + Q8_0 on attn_gate/qkv/ssm_alpha/beta all layers + blk.31 ffn_down Q8_0 + F16 norms + imatrix per-row.
Same prompt, more streamlined output in 580 lines:
Hero, projects, skills, and footer — focused layout
Cleaner CSS, fewer sections, parallax effect
No Font Awesome — lightweight approach
External deps: Google Fonts only
At temp 0.6, both quants produce professional code. OptA goes for completeness (more sections, more features), v2 for conciseness. The reasoning fine-tune shows its quality — no repetition, no broken markup at this temperature.
Usage
Recommended sampling: Start with temperature 0.6, top_k 20, top_p 0.95, min_p 0. If you encounter looping or over-thinking, set repeat_penalty to 1.05 — this solves both issues without touching temperature. Be cautious with high temperatures — this is a reasoning fine-tune and can get unstable above 1.2.
Personal note from wepiqx: I've found that top_p 1.0 + min_p 0.05 often produces noticeably better results than top_p 0.95 + min_p 0. The wider top_p pool with a minimum probability threshold gives the model more creative freedom while still filtering out low-probability garbage. Give it a try.
VRAM usage: ~7.4 GiB / 8 GiB at -c 65536 with flash-attn + q8_0 KV cache. The Gated DeltaNet architecture is memory-efficient even at long context.
From wepiqx: This fine-tune can over-engineer at times, but overall it's a solid model. I'd love to see an MTP variant released — with MTP I could make an even better quantization with specialized draft model support for faster inference.
Please be aware that Qwythos-9B inherits a deeply uncensored base and is fine-tuned to engage substantively with high-stakes technical domains like offensive cybersecurity, red-teaming methodologies, clinical medicine, and advanced pharmacology without refusals, hedging, or generic disclaimers.
For Users/Developers: This model does not surface safety boilerplate. It is critical to verify any specific identifiers, source code, or clinical data before execution or practical application.
For Deployments: If you are using these SHQ8 quants in user-facing production applications, it is highly recommended to implement your own application-level moderation, review pipelines, or safety alignment layers depending on your target audience.
Files
File
Size
Description
Qwythos-9B-Claude-Mythos-5-1M-BF16.gguf
17 GB
BF16 source (from upstream)
Qwythos-9B-Claude-Mythos-5-1M-Q6_K.gguf
6.9 GB
Q6_K baseline
M-SHQ8-OptA-Q5_K_M.gguf
6.2 GB
Quality champion
M-SHQ8-v2-Q5_K_M.gguf
5.7 GB
Compact champion
Key Takeaways
OptA formula transfers perfectly — same architecture + same imatrix = same optimal quantization. PPL improved over Q6_K as expected.
Qwythos baseline is higher than Qwable (7.5876 vs 7.4394 at Q6_K) — 500M reasoning tokens and different eval domain (Wikitext-2).
v2 has a wider gap on Qwythos (+0.067 vs +0.017 on Qwable) — IQ4_XS tensors impose ~0.05 PPL extra cost on this fine-tune.
OptA remains the recommendation — best PPL at comfortable 6.3 GB. v2 only if 5.7 GB is required.