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
aff5117f
Commit
aff5117f
authored
Aug 08, 2022
by
Sylvain Gugger
Browse files
Remove debug statement
parent
70b0d4e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/transformers/tokenization_utils_base.py
src/transformers/tokenization_utils_base.py
+0
-1
No files found.
src/transformers/tokenization_utils_base.py
View file @
aff5117f
...
...
@@ -1713,7 +1713,6 @@ class PreTrainedTokenizerBase(SpecialTokensMixin, PushToHubMixin):
resolved_vocab_files
=
{}
unresolved_files
=
[]
for
file_id
,
file_path
in
vocab_files
.
items
():
print
(
file_id
,
file_path
)
if
file_path
is
None
:
resolved_vocab_files
[
file_id
]
=
None
else
:
...
...
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