We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
GradScaler is not working anymore with pytorch 2.3.0
This
To Reproduce
from torch.cuda.amp.grad_scaler import OptState, _refresh_per_optimizer_state
this is failing now with pytorch 2.3. Which make it impossible to import hivemind GradScaler because of this line
Environment Please list:
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
justheuristic
No branches or pull requests
Describe the bug
GradScaler is not working anymore with pytorch 2.3.0
This
To Reproduce
this is failing now with pytorch 2.3. Which make it impossible to import hivemind GradScaler because of this line
Environment
Please list:
The text was updated successfully, but these errors were encountered: