-
Notifications
You must be signed in to change notification settings - Fork 498
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
XLA 2.7 releases don't work properly with the upstream torch 2.7 #8626
Comments
We recently updated the readme with newer instructions for nightly which should fix this issue.
Upstream pytorch changed some environment variables while building their wheels which caused this issue. |
Thanks @bhavya01 - I tried the new instructions as well - but the issue still remains - here is a simple test:
|
Ideally, this build combination should work as expected @hosseinsarshar. I see you were able to unblock this issue by matching an older |
I couldn't reproduce this issue. I ran the same commands (using |
|
thanks @ysiraichi for testing this - Checking your logs - I see |
🐛 Bug
I tested the xla 2.7 nightly builds with the upstream torch 2.7 with many date combinations and all resulted in faulty execution - for example:
for this install:
I get this behaviour:
But once, I downgrade the upstream torch to 2.6.0 dev20241216 (it's the highest that worked) - xla works as expected:
I get it fixed:
The text was updated successfully, but these errors were encountered: