We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca8adf9 commit 39699e2Copy full SHA for 39699e2
scripts.sh
@@ -1,9 +1,9 @@
1
#!/bin/bash
2
3
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
+ wget https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-1.3.1%2Bcpu.zip
+ unzip libtorch-shared-with-deps-1.3.1+cpu.zip
+ rm -rf libtorch-shared-with-deps-1.3.1+cpu.zip
7
}
8
9
function build() {
0 commit comments