Remove Falcon from undocumented list (#26008)

Remove falcon from undocumented list
This commit is contained in:
Matt
2023-09-06 15:49:04 +01:00
committed by GitHub
parent fa522d8d7b
commit 300d6a4a62

View File

@@ -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.