Skip to content

Commit 3918773

Browse files
committed
using libtorch for arm64 v2.2.0
1 parent c14f33b commit 3918773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/build_dylib_macos.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ mkdir -p $PROJECT_DIR/csrc/build
1818
cd $PROJECT_DIR/csrc/build
1919
rm -f *.zip
2020
rm -fr libtorch/
21-
wget https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.1.0.zip
21+
wget https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.4.1.zip
2222
unzip *.zip
2323
LIBTORCH_PATH=$PWD/libtorch
2424

0 commit comments

Comments
 (0)