We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d6f8f commit bb05e26Copy full SHA for bb05e26
test/smoke_test.py
@@ -102,8 +102,9 @@ def main() -> None:
102
smoke_test_torchvision_resnet50_classify("cuda")
103
104
# TODO: remove once pytorch/pytorch#110436 is resolved
105
- if sys.version_info < (3, 12, 0):
106
- smoke_test_compile()
+ # Temporary Disabling compile test. Untill triton with Manylinux2014 is available
+ # if sys.version_info < (3, 12, 0):
107
+ # smoke_test_compile()
108
109
if torch.backends.mps.is_available():
110
smoke_test_torchvision_resnet50_classify("mps")
0 commit comments