Skip to content

Commit b26fc13

Browse files
Fix macos
1 parent b4da1e0 commit b26fc13

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,14 @@ cu101-libtorch-cxx11-abi-shared-with-deps-latest.zip: libtorch-cxx11-abi-shared-
3535
cu102-libtorch-cxx11-abi-shared-with-deps-latest.zip: libtorch-cxx11-abi-shared-with-deps-$(VERSION).zip
3636
ln -s $< $@
3737

38+
cu110-libtorch-cxx11-abi-shared-with-deps-latest.zip: libtorch-cxx11-abi-shared-with-deps-$(VERSION)+cu110.zip
39+
ln -s $< $@
40+
3841
cpu-libtorch-macos-latest.zip: libtorch-macos-$(VERSION).zip
3942
ln -s $< $@
4043

41-
libtorch-macos-1.6.0.zip:
42-
wget -c https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.6.0.zip
44+
libtorch-macos-$(VERSION).zip:
45+
wget -c https://download.pytorch.org/libtorch/cpu/libtorch-macos-$(VERSION).zip
4346

4447
libtorch-cxx11-abi-shared-with-deps-$(VERSION)+cpu.zip:
4548
wget -c https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-$(VERSION)%2Bcpu.zip

0 commit comments

Comments
 (0)