Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
cd1ffb40
Unverified
Commit
cd1ffb40
authored
Mar 15, 2022
by
marxav
Committed by
GitHub
Mar 15, 2022
Browse files
typo "conaining" -> "containing" (#16132)
parent
5664d276
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/transformers/configuration_utils.py
src/transformers/configuration_utils.py
+1
-1
No files found.
src/transformers/configuration_utils.py
View file @
cd1ffb40
...
...
@@ -623,7 +623,7 @@ class PretrainedConfig(PushToHubMixin):
except
HTTPError
:
raise
EnvironmentError
(
"We couldn't connect to 'https://huggingface.co/' to load this model and it looks like "
f
"
{
pretrained_model_name_or_path
}
is not the path to a directory conaining a
{
configuration_file
}
"
f
"
{
pretrained_model_name_or_path
}
is not the path to a directory con
t
aining a
{
configuration_file
}
"
"file.
\n
Checkout your internet connection or see how to run the library in offline mode at "
"'https://huggingface.co/docs/transformers/installation#offline-mode'."
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment