We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc6dfc6 commit 07c5374Copy full SHA for 07c5374
src/model.py
@@ -501,6 +501,7 @@ async def _generate(self, request):
501
)
502
503
except Exception as e:
504
+ self.logger.log_error(f"[vllm] Error generating stream: {e}")
505
error = pb_utils.TritonError(f"Error generating stream: {e}")
506
text_output_tensor = pb_utils.Tensor(
507
"text_output", np.asarray(["N/A"], dtype=self.output_dtype)
0 commit comments