Are the packages provided on the PyTorch website defaulted to _GLIBCXX_USE_CXX11_ABI=0
? If I need a PyTorch package with _GLIBCXX_USE_CXX11_ABI=1
, do I have to build it from source?
Building from source would work, but you can also try out the nightly binaries with CUDA 12.6.3 support as these should already be built with CXX11 ABI.
thanks very much,thanks very much