Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions utils/check_config_docstrings.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ def check_config_docstrings_have_checkpoints():
raise ValueError(
f"The following configurations don't contain any valid checkpoint:\n{message}\n\n"
"The requirement is to include a link pointing to one of the models of this architecture in the "
"docstring of the config classes listed above. The link should be passed to an `auto_docstring`"
"decorator as follows `@auto_docstring(checkpoint='myorg/mymodel')."
"docstring of the config classes listed above. The link should be passed to an `auto_docstring` "
"decorator as follows `@auto_docstring(checkpoint='myorg/mymodel')`."
)


Expand Down
Loading