Skip to content

Commit 07c5374

Browse files
committed
Clean up
1 parent cc6dfc6 commit 07c5374

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,7 @@ async def _generate(self, request):
501501
)
502502

503503
except Exception as e:
504+
self.logger.log_error(f"[vllm] Error generating stream: {e}")
504505
error = pb_utils.TritonError(f"Error generating stream: {e}")
505506
text_output_tensor = pb_utils.Tensor(
506507
"text_output", np.asarray(["N/A"], dtype=self.output_dtype)

0 commit comments

Comments
 (0)