Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
junjihashimoto committed Apr 28, 2020
1 parent 61bb4f2 commit 0cb792b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ libtorch-$(VERSION)+cu101-1.x86_64.rpm:libtorch-$(VERSION)+cu101.tgz


libtorch-$(VERSION)+cu102.tgz:
wget -c https://download.pytorch.org/libtorch/cu101/libtorch-cxx11-abi-shared-with-deps-$(VERSION).zip
wget -c https://download.pytorch.org/libtorch/cu102/libtorch-cxx11-abi-shared-with-deps-$(VERSION).zip
rm -rf libtorch usr/
unzip libtorch-cxx11-abi-shared-with-deps-$(VERSION)+cu102.zip
mkdir -p usr/
Expand Down

0 comments on commit 0cb792b

Please sign in to comment.