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
When use accelerate==0.23.0 in setup.py, it got the following error: Accelerator.__init__() got an unexpected keyword argument use_seedable_sampler
When upgrade accelerate to 0.31.0, this error fixed.