Skip to content

Commit be950c9

Browse files
errissassheorey
andauthored
Downgrade torch on mac to 1.8.1 (#436)
* Downgrade torch on mac to 1.8.1 * Update CI to use old CXX11_ABI due to new CXX11_ABI default in Open3D. Co-authored-by: Sameer Sheorey <sameer.sheorey@intel.com>
1 parent e21b445 commit be950c9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci/run_ci.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ mkdir Open3D/build
3838
pushd Open3D/build
3939
cmake -DBUNDLE_OPEN3D_ML=ON \
4040
-DOPEN3D_ML_ROOT=$PATH_TO_OPEN3D_ML \
41+
-DGLIBCXX_USE_CXX11_ABI=OFF \
4142
-DBUILD_TENSORFLOW_OPS=ON \
4243
-DBUILD_PYTORCH_OPS=ON \
4344
-DBUILD_GUI=OFF \

requirements-torch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-f https://download.pytorch.org/whl/lts/1.8/torch_lts.html
22
torch==1.8.2+cpu ; sys_platform != 'darwin'
33
torchvision==0.9.2+cpu ; sys_platform != 'darwin'
4-
torch==1.8.2 ; sys_platform == 'darwin'
4+
torch==1.8.1 ; sys_platform == 'darwin'
55
torchvision==0.9.1 ; sys_platform == 'darwin'
66
tensorboard

0 commit comments

Comments
 (0)