Proposed architecture for inferencing sparse MOE models increasing Active parameters using layered + linear decay. Succinct reasoning without any model training or fine tune. [p]
User Specific-Tax-6700 implements the MoE expert expansion function in llama.cpp, supporting sparse MoE models with a larger number of routing experts than the native top-K (8 variants x). This solution uses a hierarchical plus linear decay mechanism, setting adaptive thresholds and an influence decay range from 99% to 50%, along with limiting the number of layers. This feature relies solely on runtime, applies to all backends, and enables streamlined inference without model training or fine-tuning. It has been tested on the Qwen 3.6 35B A4B+ model, and relevant documentation can be found in the GitHub repository moe-expansion branch.