diff --git a/utils/check_repo.py b/utils/check_repo.py index c46b82b7c6..534a900011 100644 --- a/utils/check_repo.py +++ b/utils/check_repo.py @@ -936,12 +936,6 @@ UNDOCUMENTED_OBJECTS = [ "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.