Skip to content

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