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
[training] fix: use uint64 instead of int64 for TrainState counters
Unsigned 64-bit doubles the positive range to ~1.8e19 and better
reflects the semantics of non-negative counters (step, consumed/skipped
samples). Backward compatible via .item().
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: yaoyu-33 <yaoyu.094@gmail.com>
0 commit comments