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
[AMD] Fix MORI EP crash when mori package lacks AsyncLL kernel type
PR sgl-project#17953 added EpDispatchCombineKernelType.AsyncLL but the CI Docker
image's mori package doesn't have it yet, causing an AttributeError on
every mori EP test. Guard the LOW_LATENCY config behind a hasattr check
and fall back to INTRA_NODE/INTER_NODE mode when AsyncLL is unavailable.
0 commit comments