"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "e4c06ed664059ae8918969ea535448955ab1149b"
Commit 655fd068 authored by thomwolf's avatar thomwolf
Browse files

clean up

parent e5812462
......@@ -63,7 +63,6 @@ class RunCommand(BaseTransformersCLICommand):
for entry in self._reader:
output = nlp(**entry) if self._reader.is_multi_columns else nlp(entry)
print(output)
if isinstance(output, dict):
outputs.append(output)
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