From 0cb792b96f26fdc26ff3445489db624f4f8699a0 Mon Sep 17 00:00:00 2001 From: Junji Hashimoto Date: Wed, 29 Apr 2020 04:40:36 +0900 Subject: [PATCH] Fix typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9212495..b3323ea 100644 --- a/Makefile +++ b/Makefile @@ -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/