Add timm_efficientnet to flaky models after cuda 12.6 update in CI/CD (#148788)

After https://github.com/pytorch/pytorch/pull/148612
This model have become flaky

Tracking this regression in an issue : https://github.com/pytorch/pytorch/issues/148699

Pull Request resolved: https://github.com/pytorch/pytorch/pull/148788
Approved by: https://github.com/izaitsevfb, https://github.com/malfet
This commit is contained in:
atalman 2025-03-10 13:40:41 +00:00 committed by PyTorch MergeBot
parent 68c12ecfe2
commit 2068235c0a

View File

@ -12,6 +12,7 @@ flaky_models = {
"yolov3", "yolov3",
"gluon_inception_v3", "gluon_inception_v3",
"detectron2_maskrcnn_r_101_c4", "detectron2_maskrcnn_r_101_c4",
"timm_efficientnet", # see https://github.com/pytorch/pytorch/issues/148699
"XGLMForCausalLM", # discovered in https://github.com/pytorch/pytorch/pull/128148 "XGLMForCausalLM", # discovered in https://github.com/pytorch/pytorch/pull/128148
} }