"...git@developer.sourcefind.cn:OpenDAS/torch-spline-conv.git" did not exist on "865ef24dc0af73432faae5b4d18fa38a8fa00c17"
Commit aff5117f authored by Sylvain Gugger's avatar Sylvain Gugger
Browse files

Remove debug statement

parent 70b0d4e1
......@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment