Skip to content

Commit 707c0ff

Browse files
julien-camyeroberts
authored andcommitted
Typo reported by Joel Grus on TWTR (huggingface#18493)
1 parent e8f5772 commit 707c0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transformers/utils/hub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1543,7 +1543,7 @@ def move_cache(cache_dir=None, new_cache_dir=None, token=None):
15431543
)
15441544
else:
15451545
logger.warn(
1546-
"The cache for model files in Transformers v4.22.0 has been udpated. Migrating your old cache. This is a "
1546+
"The cache for model files in Transformers v4.22.0 has been updated. Migrating your old cache. This is a "
15471547
"one-time only operation. You can interrupt this and resume the migration later on by calling "
15481548
"`transformers.utils.move_cache()`."
15491549
)

0 commit comments

Comments
 (0)