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.
2 parents 00a9b3c + d735575 commit 7caf788Copy full SHA for 7caf788
smoke_test.sh
@@ -95,8 +95,8 @@ fi
95
if [[ "$PACKAGE_TYPE" == 'libtorch' ]]; then
96
mkdir tmp_libtorch
97
pushd tmp_libtorch
98
- curl -o libtorch "https://download.pytorch.org/libtorch/nightly/$DESIRED_CUDA/$package_name"
99
- unzip -q libtorch
+ curl -o libtorch_zip "https://download.pytorch.org/libtorch/nightly/$DESIRED_CUDA/$package_name"
+ unzip -q libtorch_zip
100
elif [[ "$PACKAGE_TYPE" == 'conda' ]]; then
101
if [[ "$DESIRED_CUDA" == 'cpu' || "$DESIRED_CUDA" == 'cu90' ]]; then
102
conda install -yq -c pytorch "$package_name_and_version"
0 commit comments