Skip to content
New issue

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

Update AMP imports for PyTorch version compatibility #5454

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

stefanklut
Copy link
Contributor

@stefanklut stefanklut commented Apr 1, 2025

Replace torch.cuda.amp imports with torch.amp for PyTorch versions greater than 2.4.0, ensuring compatibility and using partial for device specification. Improvment over PR #5371 due to backward compatibility. Resolves:

FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead.
  with autocast(dtype=self.precision):

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Apr 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants