Open kwikwag opened 2 weeks ago
right, I think the issue here is that torch and torch_xla version mismatch. It usually takes colab team a couple weeks to update the colab with latest pytorch and pytorch/xla version.
Thanks, tried with !pip install -q torch_xla==2.5.0
, import torch
and import torch_xla
: https://colab.sandbox.google.com/drive/1pBry5eZZDIMygVGy-KwP8ANaJB_bPTq8, this notebooks looks like torch_xla2.5 available on colab notebook now too
Hi, @kwikwag, do we still blocked by this issue? if not, I might would close this issue
🐛 Bug
To Reproduce
Expected behavior
If the package downloads and installs on the platform, the import should work. This probably means that there should be a requirement for
torch
at 2.5.0 or at least an appropriate library check / error message.Environment