Proposed architecture for inferencing sparse MOE models increasing Active parameters using layered + linear decay. Succinct reasoning without any model training or fine tune. [p]
8/10A novel sparse MoE (Mixture of Experts) inference architecture uses layered plus linear decay methods to increase active parameters without retraining or fine-tuning the model, demonstrated in llama.cpp on the 35B Qwen 3.6 model. This approach enables routing to more experts than native top-K methods, improving inference scalability and control with lower latency overhead.
