Skip to content

Commit

Permalink
Improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
indrajit96 committed Aug 15, 2024
1 parent e7fb4ac commit 465112b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,7 @@ See [grpc error codes](https://github.com/triton-inference-server/server/tree/ma
in the server to learn about how this is handled on the server side.
See gRPC guide on [status-codes](https://grpc.io/docs/guides/status-codes/) for more details.
Below is a Python snippet to enable the feature.
Without this header Triton server will continue streaming in default mode returning error message and status inside `InferenceServerException` object within the callback provided.

```python
triton_client = grpcclient.InferenceServerClient(triton_server_url)
Expand Down

0 comments on commit 465112b

Please sign in to comment.