[docstring] Fix docstring for LlamaConfig (#26685)

* Your commit message here

* fix LlamaConfig docstring

* run make fixup

* fix formatting after review

reformat of the file to prevent script issues

* rerun make fixup after reformat
This commit is contained in:
Pavarissy
2023-10-10 22:05:48 +07:00
committed by GitHub
parent a9862a0f49
commit e8fdd7875d
2 changed files with 14 additions and 10 deletions

View File

@@ -361,7 +361,6 @@ OBJECTS_TO_IGNORE = [
"LevitConfig",
"LiltConfig",
"LiltModel",
"LlamaConfig",
"LlamaTokenizer",
"LlamaTokenizerFast",
"LongT5Config",