Skip to content

Commit

Permalink
upgrade libtorch to v2.1.0 for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
KDr2 committed Oct 8, 2024
1 parent e86aeda commit c14f33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/build_dylib_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mkdir -p $PROJECT_DIR/csrc/build
cd $PROJECT_DIR/csrc/build
rm -f *.zip
rm -fr libtorch/
wget https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.7.1.zip
wget https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.1.0.zip
unzip *.zip
LIBTORCH_PATH=$PWD/libtorch

Expand Down

0 comments on commit c14f33b

Please sign in to comment.