diff --git a/ci/run_ci.sh b/ci/run_ci.sh index e95a8a3f..45dd0d7b 100755 --- a/ci/run_ci.sh +++ b/ci/run_ci.sh @@ -38,6 +38,7 @@ mkdir Open3D/build pushd Open3D/build cmake -DBUNDLE_OPEN3D_ML=ON \ -DOPEN3D_ML_ROOT=$PATH_TO_OPEN3D_ML \ + -DGLIBCXX_USE_CXX11_ABI=OFF \ -DBUILD_TENSORFLOW_OPS=ON \ -DBUILD_PYTORCH_OPS=ON \ -DBUILD_GUI=OFF \ diff --git a/requirements-torch.txt b/requirements-torch.txt index 1330693f..a387ebe1 100644 --- a/requirements-torch.txt +++ b/requirements-torch.txt @@ -1,6 +1,6 @@ -f https://download.pytorch.org/whl/lts/1.8/torch_lts.html torch==1.8.2+cpu ; sys_platform != 'darwin' torchvision==0.9.2+cpu ; sys_platform != 'darwin' -torch==1.8.2 ; sys_platform == 'darwin' +torch==1.8.1 ; sys_platform == 'darwin' torchvision==0.9.1 ; sys_platform == 'darwin' tensorboard