Views
No views yet
ernie4_5-moe: 28 layers (dense layer 0 + 27 MoE), 64 routed + 2
shared experts, top-6 routing, ~21B total / ~3B active, Apache-2.0.llama-perplexity.
Both quants are imatrix-guided (Bartowski calibration_datav3).| File | Size | BPW | PPL | Δ vs bf16 | Fits (VRAM) |
|---|---|---|---|---|---|
| bf16 (reference) | 41 GB | 16.0 | 7.362 | — | — |
| APEX-i-quality | 15 GB | 5.63 | 7.352 | −0.14% (at parity) | 16 GB — best quality |
| APEX-i-compact | 11 GB | 4.11 | 7.640 | +3.77% | 12 GB — smallest usable |
1llama-cli -m ERNIE-4.5-21B-A3B-APEX-i-quality.gguf -ngl 999 -p "Hello"
2llama-server -m ERNIE-4.5-21B-A3B-APEX-i-compact.gguf -ngl 999 --host 0.0.0.0 --port 8080ernie4_5-moe architecture.llama-quantize --tensor-type-file. ERNIE-4.5-21B is a standard MoE —
conventional ffn_*_exps / ffn_*_shexp tensor names, a single dense layer 0
(--dense-layers 1) — so it used the stock APEX config generator, no patching
(unlike the Kimi/Granite/Moonlight hybrids in this collection). Routed experts on
a layer-depth gradient; shared experts protected at Q8_0/Q6_K; router left high.calibration_datav3. See REPRODUCE.md and configs/.