You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Torch wheels are compiled with C++11 ABI by default now. For the latest nightly wheel installed using pip3 install --user --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu
Python 3.10.16 (main, Dec 11 2024, 16:24:50) [GCC 11.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import torch
>>> torch.compiled_with_cxx11_abi()
True
I will update torch_xla scripts to just generate one nightly wheel built with c++11 ABI
Someone followed the nightly installation instruction and got:
Usually, this happens because the C++ parts of torch and torch_xla are built with different C++ ABI flags.
The text was updated successfully, but these errors were encountered: