Skip to content

Commit d279057

Browse files
authored
Revert "Test ResNet on MPS (#1176)" (#1180)
This reverts commit efa1bc7.
1 parent efa1bc7 commit d279057

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/smoke_test/smoke_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,6 @@ def main() -> None:
208208
smoke_test_torchvision_resnet50_classify()
209209
if torch.cuda.is_available():
210210
smoke_test_torchvision_resnet50_classify("cuda")
211-
if torch.backends.mps.is_available():
212-
smoke_test_torchvision_resnet50_classify("mps")
213211

214212
if __name__ == "__main__":
215213
main()

0 commit comments

Comments
 (0)