You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our goal of this DeepEP-compatible library is to provide a set of consistent APIs with DeepSeek's DeepEP, relies upon our custom kernels.
Low-latency Kernels
Please be noticed that we have a restriction of BS <= 512 for low-latency kernels. Which means these kernels only can be used in decode instances, not prefill ones.
[Aug 15th.] Remove the restriction of HiddenSize = 7168, thus supporting more MoE models.