Skip to content

Commit 39699e2

Browse files
committed
Download stable pytorch release in scripts.sh instead of nightly
1 parent ca8adf9 commit 39699e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22

33
function install() {
4-
wget https://download.pytorch.org/libtorch/nightly/cpu/libtorch-shared-with-deps-latest.zip
5-
unzip libtorch-shared-with-deps-latest.zip
6-
rm -rf libtorch-shared-with-deps-latest.zip
4+
wget https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-1.3.1%2Bcpu.zip
5+
unzip libtorch-shared-with-deps-1.3.1+cpu.zip
6+
rm -rf libtorch-shared-with-deps-1.3.1+cpu.zip
77
}
88

99
function build() {

0 commit comments

Comments
 (0)