From 7d4cf8c5e686ed2086c7c3d599d34e2acc589410 Mon Sep 17 00:00:00 2001 From: Julien Chaumond Date: Fri, 5 Aug 2022 19:29:38 +0200 Subject: [PATCH] Typo reported by Joel Grus on TWTR (#18493) --- src/transformers/utils/hub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transformers/utils/hub.py b/src/transformers/utils/hub.py index 01682e16640c9c..223fc8d43388d7 100644 --- a/src/transformers/utils/hub.py +++ b/src/transformers/utils/hub.py @@ -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()`." )