Skip levit (#99491)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/99491
Approved by: https://github.com/ezyang
This commit is contained in:
Michael Voznesensky 2023-04-19 02:45:30 +00:00 committed by PyTorch MergeBot
parent 41d7969590
commit 113bd11cf4

View File

@ -252,6 +252,7 @@ CI_SKIP[CI("inductor", training=True, dynamic=True)] = [
*CI_SKIP[CI("inductor", training=False, dynamic=True)],
*CI_SKIP[CI("inductor", training=True)],
"yolov3", # Accuracy failed torch.Size([4, 3, 12, 16, 85])
"levit_128", # Accuracy fails on A10G, passes on A100
]
CI_SKIP_OPTIMIZER = {