mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
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:
parent
68c12ecfe2
commit
2068235c0a
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user