Skip to content

Commit

Permalink
Update src/transformers/models/deprecated/_archive_maps.py
Browse files Browse the repository at this point in the history
Co-authored-by: Arthur <48595927+ArthurZucker@users.noreply.github.com>
  • Loading branch information
LysandreJik and ArthurZucker committed Mar 25, 2024
1 parent afa617a commit 2e8ef4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/models/deprecated/_archive_maps.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def __init__(self, *args, **kwargs):

def __getitem__(self, item):
logger.warning_once(
"Archive maps are deprecated and will be removed in version v4.39.0 as they are no longer relevant. "
"Archive maps are deprecated and will be removed in version v4.40.0 as they are no longer relevant. "
"If looking to get all checkpoints for a given architecture, we recommend using `huggingface_hub` "
"with the `list_models` method."
)
Expand Down

0 comments on commit 2e8ef4b

Please sign in to comment.