We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
hub.py
1 parent 6ce675e commit 397a5edCopy full SHA for 397a5ed
src/transformers/utils/hub.py
@@ -572,7 +572,7 @@ def cached_files(
572
)
573
raise EnvironmentError(
574
f"{path_or_repo_id} does not appear to have {msg}. Checkout 'https://huggingface.co/{path_or_repo_id}/tree/{revision_}'"
575
- "for available files."
+ " for available files."
576
577
578
# Remove potential missing entries (we can silently remove them at this point based on the flags)
0 commit comments