kevin-pek
commited on
Commit
•
835c1c9
1
Parent(s):
7bdd3d6
test without postprocessing
Browse files- handler.py +1 -1
handler.py
CHANGED
@@ -90,4 +90,4 @@ class EndpointHandler():
|
|
90 |
text = self.processor.batch_decode(outputs[0], skip_special_tokens=True)[0]
|
91 |
text = self.processor.post_process_generation(text, fix_markdown=False)
|
92 |
|
93 |
-
return
|
|
|
90 |
text = self.processor.batch_decode(outputs[0], skip_special_tokens=True)[0]
|
91 |
text = self.processor.post_process_generation(text, fix_markdown=False)
|
92 |
|
93 |
+
return outputs
|