Skip some detectron2_maskrcnn models with KeyError _ignore_torch_cuda_oom (#99599)

These tests are failing in trunk 233cc34d3b with `KeyError: '_ignore_torch_cuda_oom'`

Pull Request resolved: https://github.com/pytorch/pytorch/pull/99599
Approved by: https://github.com/malfet
This commit is contained in:
Huy Do 2023-04-20 18:11:35 +00:00 committed by PyTorch MergeBot
parent 7c3fa5c70d
commit 5315317b7b

View File

@ -84,6 +84,11 @@ CI_SKIP[CI("eager", training=False)] = [
"torchrec_dlrm",
# Huggingface
"DebertaV2ForQuestionAnswering", # OOM
# KeyError: '_ignore_torch_cuda_oom'
"detectron2_maskrcnn_r_101_c4",
"detectron2_maskrcnn_r_101_fpn",
"detectron2_maskrcnn_r_50_c4",
"detectron2_maskrcnn_r_50_fpn",
]
CI_SKIP[CI("eager", training=True)] = [