-
Notifications
You must be signed in to change notification settings - Fork 519
Colab TPU Wheel Pytorch XLA 1.13 Python 3.8 #4820
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
Comments
Changing source files as stated here is not practical. |
For Google Cloud TPU Virtual Machine, it is still possible to run pytorch 1.13 and pytorch_xla 1.13 with the following initialization.
|
Pytorch/XLA 2.0 has been released and it works with the current colab (py 3.9). Is it possible for you to use Pytorch/XLA 2.0? |
You can use Pytorch XLA 2.0 with Python 3.9 and Pytorch 2.0 |
I'm getting this error when I tried importing torch in a .py script using Pytorch xla 2.0, Pytorch 2.0 on Python 3.9 colab instance. But it's working when importing in a cell.
|
Thanks for the help, I've tried that as well and it didn't work either. But when I installed the missing package libomp.so using
|
I am trying to run my training scripts with Pytorch XLA 1.13.
Since Pytorch XLA 1.13 does not have Python 3.9 wheel and
COLAB Virtual Machines are updated to Python 3.9
I need to downgrade COLAB VM to Python3.8.
Here is the notebook script I use and the error I get
What can I do?
The text was updated successfully, but these errors were encountered: