Skip to content

Commit 7caf788

Browse files
authored
Merge pull request pytorch#239 from pjh5/smoke
Test fix to smoke tests
2 parents 00a9b3c + d735575 commit 7caf788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

smoke_test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ fi
9595
if [[ "$PACKAGE_TYPE" == 'libtorch' ]]; then
9696
mkdir tmp_libtorch
9797
pushd tmp_libtorch
98-
curl -o libtorch "https://download.pytorch.org/libtorch/nightly/$DESIRED_CUDA/$package_name"
99-
unzip -q libtorch
98+
curl -o libtorch_zip "https://download.pytorch.org/libtorch/nightly/$DESIRED_CUDA/$package_name"
99+
unzip -q libtorch_zip
100100
elif [[ "$PACKAGE_TYPE" == 'conda' ]]; then
101101
if [[ "$DESIRED_CUDA" == 'cpu' || "$DESIRED_CUDA" == 'cu90' ]]; then
102102
conda install -yq -c pytorch "$package_name_and_version"

0 commit comments

Comments
 (0)