Skip to content

Commit

Permalink
Remove torchonly restictions from aarch64 builds (#1517)
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Aug 31, 2023
1 parent 1e281be commit 39740d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/scripts/validate_binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ else

if [[ ${TARGET_OS} == 'windows' ]]; then
python ./test/smoke_test/smoke_test.py ${TEST_SUFFIX}
elif [[ ${TARGET_OS} == 'linux-aarch64' ]]; then
python3 ./test/smoke_test/smoke_test.py --package=torchonly
else
python3 ./test/smoke_test/smoke_test.py ${TEST_SUFFIX}
fi
Expand Down

0 comments on commit 39740d9

Please sign in to comment.