From 300d6a4a62aac89b3f439110561d5a2268ffad9e Mon Sep 17 00:00:00 2001 From: Matt Date: Wed, 6 Sep 2023 15:49:04 +0100 Subject: [PATCH] Remove Falcon from undocumented list (#26008) Remove falcon from undocumented list --- utils/check_repo.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/utils/check_repo.py b/utils/check_repo.py index c46b82b7c67ecb..534a9000119fcc 100644 --- a/utils/check_repo.py +++ b/utils/check_repo.py @@ -936,12 +936,6 @@ def find_all_documented_objects() -> List[str]: "logging", # External module "requires_backends", # Internal function "AltRobertaModel", # Internal module - "FalconConfig", # TODO Matt Remove this and re-add the docs once TGI is ready - "FalconForCausalLM", - "FalconForQuestionAnswering", - "FalconForSequenceClassification", - "FalconForTokenClassification", - "FalconModel", ] # This list should be empty. Objects in it should get their own doc page.