yessenzhar
commited on
Commit
•
e4788f3
1
Parent(s):
dd20dba
bugfix
Browse files
postprocessing/1/model.py
CHANGED
@@ -133,7 +133,7 @@ class TritonPythonModel:
|
|
133 |
# tokens_batch = tokens_batch.T
|
134 |
|
135 |
# Postprocessing output data.
|
136 |
-
outputs
|
137 |
|
138 |
|
139 |
# Create output tensors. You need pb_utils.Tensor
|
|
|
133 |
# tokens_batch = tokens_batch.T
|
134 |
|
135 |
# Postprocessing output data.
|
136 |
+
outputs = self._postprocessing(tokens_batch, sequence_lengths)
|
137 |
|
138 |
|
139 |
# Create output tensors. You need pb_utils.Tensor
|