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
In PyTorch 2.4, the state-dict context managers we use in FSDPStrategy are being deprecated with FutureWarning in PyTorch 2.4. In #20010 I'm suppressing these warnings temporarily.
Use the new torch.distributed.checkpoint APIs for PyTorch >= 2.4.
torch.distributed.checkpoint
No response
cc @Borda @justusschock @awaelchli @carmocca
The text was updated successfully, but these errors were encountered:
fyi: #19462
Sorry, something went wrong.
No branches or pull requests
Description & Motivation
In PyTorch 2.4, the state-dict context managers we use in FSDPStrategy are being deprecated with FutureWarning in PyTorch 2.4. In #20010 I'm suppressing these warnings temporarily.
Pitch
Use the new
torch.distributed.checkpoint
APIs for PyTorch >= 2.4.Alternatives
No response
Additional context
No response
cc @Borda @justusschock @awaelchli @carmocca
The text was updated successfully, but these errors were encountered: