Skip to content

Commit 868ba10

Browse files
atalmanmori360
authored andcommitted
1 parent ec23816 commit 868ba10

File tree

10 files changed

+1554
-76
lines changed

10 files changed

+1554
-76
lines changed

.ci/manywheel/build_common.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,9 +490,9 @@ if [[ -z "$BUILD_PYTHONLESS" ]]; then
490490
echo "$(date) :: Running tests"
491491
pushd "$PYTORCH_ROOT"
492492
493-
#TODO: run_tests.sh and check_binary.sh should be moved to pytorch/pytorch project
493+
494494
LD_LIBRARY_PATH=/usr/local/nvidia/lib64 \
495-
"/builder/run_tests.sh" manywheel "${py_majmin}" "$DESIRED_CUDA"
495+
"${PYTORCH_ROOT}/.ci/pytorch/run_tests.sh" manywheel "${py_majmin}" "$DESIRED_CUDA"
496496
popd
497497
echo "$(date) :: Finished tests"
498498
fi

0 commit comments

Comments
 (0)