diff --git a/src/transformers/utils/hub.py b/src/transformers/utils/hub.py index 81fd4151653..2488ab8f690 100644 --- a/src/transformers/utils/hub.py +++ b/src/transformers/utils/hub.py @@ -1543,7 +1543,7 @@ if cache_version < 1: ) 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()`." )