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
Fix MoE shape logging to print immediately to stderr
The previous approach relied on atexit flush which doesn't fire when
the server process is killed. Now logs each new unique shape immediately
to stderr (visible in workflow logs) and to the debug file.
Co-authored-by: functionstackx <functionstackx@users.noreply.github.com>
0 commit comments