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 e21cd0b commit 8f8a195Copy full SHA for 8f8a195
test/smoke_test.py
@@ -102,9 +102,8 @@ def main() -> None:
102
smoke_test_torchvision_resnet50_classify("cuda")
103
104
# TODO: remove once pytorch/pytorch#110436 is resolved
105
- # Temporary Disabling compile test. Untill triton with Manylinux2014 is available
106
- # if sys.version_info < (3, 12, 0):
107
- # smoke_test_compile()
+ if sys.version_info < (3, 12, 0):
+ smoke_test_compile()
108
109
if torch.backends.mps.is_available():
110
smoke_test_torchvision_resnet50_classify("mps")
0 commit comments