Skip to content

Commit

Permalink
Revert "Turn off check for specific CUDA version in conda smokes"
Browse files Browse the repository at this point in the history
This reverts commit 292217b.
  • Loading branch information
pjh5 committed Feb 22, 2019
1 parent bff4947 commit eb5eea4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions smoke_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,8 @@ if [[ "$PACKAGE_TYPE" == 'conda' ]]; then
echo "The installed package is built for CUDA:: $(conda list torch)"
exit 1
fi
elif [[ -z "$(conda list torch | grep -o cudnn)" ]]; then
echo "The installed package doesn't seem to be built for CUDA"
echo "We expect a cudnn version in the build string"
elif [[ -z "$(conda list torch | grep -o cuda$cuda_dot)" ]]; then
echo "The installed package doesn't seem to be built for CUDA $cuda_dot"
echo "The full package is $(conda list torch)"
exit 1
fi
Expand Down

0 comments on commit eb5eea4

Please sign in to comment.