triton-inference-server / tensorrtllm_backend

The Triton TensorRT-LLM Backend
Apache License 2.0
588 stars 81 forks source link

Typo in README decoupled mode: Make text consistent for boolean variable in README. #365

Open esnvidia opened 3 months ago

esnvidia commented 3 months ago

https://github.com/triton-inference-server/tensorrtllm_backend/blob/49def341ca37e0db3dc8c80c99da824107a7a938/README.md?plain=1#L231

Make text consistent for boolean variable in README. Likely should be true not True

Optional (default=false). Controls streaming. Decoupled mode must be set to True if using the streaming option from the client.
byshiue commented 3 months ago

Thank you for the report. We will update the document in next update in next week.