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 error on import whenever accelerate is absent (#342)
Before, if accelerate is absent, the `check_accelerate` decorator would generate an error at import time whenever `@check_accelerate(fallback="error")` is specified. After it fails only if the particular function is called.
0 commit comments