Skip to content

Commit 8d1be3d

Browse files
authored
Merge branch 'main' into fix_vision_unit_test
2 parents 7739bea + 22e86bd commit 8d1be3d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/smoke_test.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,9 @@ def main() -> None:
102102
smoke_test_torchvision_resnet50_classify("cuda")
103103

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

108109
if torch.backends.mps.is_available():
109110
smoke_test_torchvision_resnet50_classify("mps")

0 commit comments

Comments
 (0)