Skip to content

Commit

Permalink
Remove Falcon from undocumented list (#26008)
Browse files Browse the repository at this point in the history
Remove falcon from undocumented list
  • Loading branch information
Rocketknight1 authored Sep 6, 2023
1 parent fa522d8 commit 300d6a4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions utils/check_repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 300d6a4

Please sign in to comment.