We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c14f33b commit 3918773Copy full SHA for 3918773
deps/build_dylib_macos.sh
@@ -18,7 +18,7 @@ mkdir -p $PROJECT_DIR/csrc/build
18
cd $PROJECT_DIR/csrc/build
19
rm -f *.zip
20
rm -fr libtorch/
21
-wget https://download.pytorch.org/libtorch/cpu/libtorch-macos-2.1.0.zip
+wget https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.4.1.zip
22
unzip *.zip
23
LIBTORCH_PATH=$PWD/libtorch
24
0 commit comments