Skip to content

Commit

Permalink
Migrate smoke tests to pytorch/pytorch (pytorch#142482)
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman authored and mori360 committed Dec 11, 2024
1 parent ec23816 commit 868ba10
Show file tree
Hide file tree
Showing 10 changed files with 1,554 additions and 76 deletions.
4 changes: 2 additions & 2 deletions .ci/manywheel/build_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -490,9 +490,9 @@ if [[ -z "$BUILD_PYTHONLESS" ]]; then
echo "$(date) :: Running tests"
pushd "$PYTORCH_ROOT"
#TODO: run_tests.sh and check_binary.sh should be moved to pytorch/pytorch project
LD_LIBRARY_PATH=/usr/local/nvidia/lib64 \
"/builder/run_tests.sh" manywheel "${py_majmin}" "$DESIRED_CUDA"
"${PYTORCH_ROOT}/.ci/pytorch/run_tests.sh" manywheel "${py_majmin}" "$DESIRED_CUDA"
popd
echo "$(date) :: Finished tests"
fi
Loading

0 comments on commit 868ba10

Please sign in to comment.