Skip to content

Commit

Permalink
Revert "Update smoke_test.py - temporary disable torch.compile tests" (
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman authored Nov 28, 2024
1 parent e21cd0b commit 8f8a195
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/smoke_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,8 @@ def main() -> None:
smoke_test_torchvision_resnet50_classify("cuda")

# TODO: remove once pytorch/pytorch#110436 is resolved
# Temporary Disabling compile test. Untill triton with Manylinux2014 is available
# if sys.version_info < (3, 12, 0):
# smoke_test_compile()
if sys.version_info < (3, 12, 0):
smoke_test_compile()

if torch.backends.mps.is_available():
smoke_test_torchvision_resnet50_classify("mps")
Expand Down

0 comments on commit 8f8a195

Please sign in to comment.