Skip to content

Commit

Permalink
Typo reported by Joel Grus on TWTR (#18493)
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-c authored Aug 5, 2022
1 parent 38d6560 commit b8c247b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/utils/hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -1543,7 +1543,7 @@ def move_cache(cache_dir=None, new_cache_dir=None, token=None):
)
else:
logger.warn(
"The cache for model files in Transformers v4.22.0 has been udpated. Migrating your old cache. This is a "
"The cache for model files in Transformers v4.22.0 has been updated. Migrating your old cache. This is a "
"one-time only operation. You can interrupt this and resume the migration later on by calling "
"`transformers.utils.move_cache()`."
)
Expand Down

0 comments on commit b8c247b

Please sign in to comment.