1pip install -U huggingface_hub
2
3hf download \
4 blockblockblock/openPangu-2.0-Flash-exl3-4.0bpw \
5 --local-dir ./openPangu-2.0-Flash-exl3-4.0bpw
First EXL3 of this architecture. Loading needs exllamav3 with OpenPanguV2 support from
Honkware/exllamav3@openpangu; stock
exllamav3 releases will not load it yet. mHC, MoME conv, attention sink and DSA indexer tensors
ship unquantized.
All three MTP draft layers (46-48) are included and quantized. The per-depth heads and embeddings
are tied to the trunk in the base checkpoint, so they are borrowed at load rather than duplicated.
Teacher-forced acceptance against the quantized trunk: 92.5% / 89.2% / 88.6% by depth (bf16 reference: 89.2% / 88.6% / 85.9%).
DSA layers run dense in this build. Batch forward and the MTP chain are validated against the
bf16 reference. Cached (paged) generation and per-depth MTP draft dispatch are available on the
pangu-paged branch: single-stream chat
runs at about 14 tok/s on an H100 and up to 32 tok/s with 3-token MTP drafting (86-96 percent
depth-0 acceptance). Batch size 1 only for now; concurrent-job decoding has a known issue under
investigation.
Quality vs the bf16 original on natural text: mean KL 0.0817, top-1 agreement 92.9%.
Use and license follow the base model (LICENSE included in this repo, attribution required).
Powered by openPangu.