Open
Description
When I just want to know the meaning of the parameter introduction in config.pbtxt, I do not know where the introduction is.
For example, I want to open inflight_batching, but I can not find a place about the introduction of inflight_batching until I found this https://github.com/triton-inference-server/tensorrtllm_backend/blob/release/0.5.0/inflight_batcher_llm/README.md
.
This is actually very inconvenient, especially for some new features. It would be nice if a special place could be provided to introduce these parameters.
Thanks.