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
common : throttle download progress output to reduce IO flush (#17427)
This change limits progress updates to approximately every 0.1% of thefile size to minimize stdio overhead.Also fixes compiler warnings regarding __func__ in lambdas.Signed-off-by: Adrien Gallouët <angt@huggingface.co>