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
PyTorch 2.0 work using upstream TOT showed the title error, which is ultimately from this PR pytorch/pytorch#94709.
File apex/amp/_initialize.py ❱ from torch._six import string_classes
apex/amp/_initialize.py
❱ from torch._six import string_classes
Solution is to cherry pick upstream apex for the fix. NVIDIA@6943fd2
The text was updated successfully, but these errors were encountered:
@jpvillam-amd
Sorry, something went wrong.
hubertlu-tw
No branches or pull requests
PyTorch 2.0 work using upstream TOT showed the title error, which is ultimately from this PR pytorch/pytorch#94709.
File
apex/amp/_initialize.py
❱ from torch._six import string_classes
Solution is to cherry pick upstream apex for the fix.
NVIDIA@6943fd2
The text was updated successfully, but these errors were encountered: