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
Replace Duration::from_secs(60) to Duration::from_mins(1) (meta-pytorch#2066)
Summary:
X-link: meta-pytorch/torchft#297
Rust 1.91 introduced `Duration::from_mins`.
This diff replaces some instances of `Duration::from_secs` with the corresponding `Duration::from_mins`.
Reviewed By: dtolnay
Differential Revision: D88434166
0 commit comments