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
On line 481 of accelerator.py, self.state.use_fp16 is being used whereas use_fp16 has been renamed to mixed_precision. This is causing the code to break. This check should probably be replaced with a call to the property method at line 234.
The text was updated successfully, but these errors were encountered:
On line 481 of accelerator.py,
self.state.use_fp16
is being used whereasuse_fp16
has been renamed tomixed_precision
. This is causing the code to break. This check should probably be replaced with a call to the property method at line 234.The text was updated successfully, but these errors were encountered: