Skip to content

Commit

Permalink
Typo reported by Joel Grus on TWTR (huggingface#18493)
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-c authored and amyeroberts committed Oct 18, 2022
1 parent 9ded09a commit 7d4cf8c
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 @@ -1339,7 +1339,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 7d4cf8c

Please sign in to comment.