-
Notifications
You must be signed in to change notification settings - Fork 955
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
Bump PyTorch version to 2.2 #1364
Conversation
cc @djherbis |
Thanks! |
I saw that the Jenkins workflow failed but can't see the reason. Feel free to revert this PR if you need to. I experimented in my own notebook and ran into this error:
It looks like it's getting the wrong libtpu somewhere, but the bundled libtpu does exist: |
It looks like In the 2.2 release, we intentionally don't write that value, but we do treat it as an override: https://github.com/pytorch/xla/blob/v2.2.0/torch_xla/__init__.py#L98-L125 |
Looks like this is the actual cause of the failure:
@will-cromar Can we use 2.2.1? |
Trying 2.2.1: da1e2ec |
2.2.1 won't work because Edit: You can also create a separate |
Thanks, trying that: #1365 |
Nice, it builds at least :) |
Also bump ecosystem packages (
torchtext
,torchvision
,torchaudio
) to latest versions