feat(bailingmoe3): add bailingmoe3 arch support - #32
Open
oscar1229 wants to merge 1 commit into
Open
Conversation
oscar1229
marked this pull request as draft
August 20, 2026 01:09
- Add LLM_ARCH_BAILINGMOE3 enum and arch name mapping - Add LLM_KV_KDA_SAFE_GATE / LLM_KV_KDA_GATE_LOWER_BOUND KV keys - Register llama_model_bailingmoe3 in model factory and rope_type - Add kda_safe_gate / kda_gate_lower_bound to llama_hparams - Add MXFP4 quant guard for 3D MLA tensors - Implement llama_model_bailingmoe3 (hybrid KDA+MLA+MoE graph) - Support Q-LoRA bottleneck for Ling-3.0-tiny (q_lora_rank>0) - Make kda_safe_gate optional; load SwiGLU clamps from GGUF
oscar1229
force-pushed
the
feat/bailingmoe3-support
branch
from
August 20, 2026 02:40
5102433 to
2ea09ec
Compare
oscar1229
marked this pull request as ready for review
August 20, 2026 03:02
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Add bailingmoe3 arch support
Additional information
Requirements