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 70d5c5f commit 5d7e8e1Copy full SHA for 5d7e8e1
check_binary.sh
@@ -412,7 +412,7 @@ fi # if cuda
412
# Run parts of smoke tests
413
##########################
414
if [[ "$PACKAGE_TYPE" != 'libtorch' ]]; then
415
- pushd test/smoke_test
+ pushd "$(dirname ${BASH_SOURCE[0]})/test/smoke_test"
416
python -c "from smoke_test import test_linalg; test_linalg()"
417
if [[ "$DESIRED_CUDA" == *cuda* ]]; then
418
python -c "from smoke_test import test_linalg; test_linalg('cuda')"
0 commit comments