From 68dde0ea461fae4549dfc1b55a01ec7c82223323 Mon Sep 17 00:00:00 2001 From: atalman Date: Thu, 31 Aug 2023 15:11:24 -0700 Subject: [PATCH] Remove torchonly restictions from aarch64 builds --- .github/scripts/validate_binaries.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/scripts/validate_binaries.sh b/.github/scripts/validate_binaries.sh index 6b4bccd6b..0c01dbca2 100755 --- a/.github/scripts/validate_binaries.sh +++ b/.github/scripts/validate_binaries.sh @@ -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