hi, i see the format is different as expected ```"text_input", [1, 1],```: https://github.com/npuichigo/openai_trtllm/blob/main/src/routes/completions.rs#L201 but inflight batcher expects: ``` name: "text_input" data_type: TYPE_STRING dims: [ 1 ] ``` https://github.com/NVIDIA/TensorRT-LLM/blob/main/triton_backend/all_models/inflight_batcher_llm/ensemble/config.pbtxt#L34 is that a bug or tensorrtllm api changed?
hi,
i see the format is different as expected
"text_input", [1, 1],: https://github.com/npuichigo/openai_trtllm/blob/main/src/routes/completions.rs#L201but inflight batcher expects:
https://github.com/NVIDIA/TensorRT-LLM/blob/main/triton_backend/all_models/inflight_batcher_llm/ensemble/config.pbtxt#L34
is that a bug or tensorrtllm api changed?