From b83796ded7725d0cb64ea7258ef95e395151a211 Mon Sep 17 00:00:00 2001 From: NielsRogge <48327001+NielsRogge@users.noreply.github.com> Date: Tue, 30 Aug 2022 14:15:36 +0200 Subject: [PATCH] Remove ViltForQuestionAnswering from check_repo (#18762) Co-authored-by: Niels Rogge --- utils/check_repo.py | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/check_repo.py b/utils/check_repo.py index 254467113d..1c5f370953 100644 --- a/utils/check_repo.py +++ b/utils/check_repo.py @@ -128,7 +128,6 @@ IGNORE_NON_AUTO_CONFIGURED = PRIVATE_MODELS.copy() + [ "DPTForDepthEstimation", "DecisionTransformerGPT2Model", "GLPNForDepthEstimation", - "ViltForQuestionAnswering", "ViltForImagesAndTextClassification", "ViltForImageAndTextRetrieval", "ViltForTokenClassification",