triton-inference-server / tensorrtllm_backend

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

two seemingly identical functions in the same file #458

Open dongluw opened 1 month ago

dongluw commented 1 month ago

there are two gen_random_start_ids in tools/utils/utils.py

https://github.com/triton-inference-server/tensorrtllm_backend/blob/ae52bce3ed8ecea468a16483e0dacd3d156ae4fe/tools/utils/utils.py#L238-L248

https://github.com/triton-inference-server/tensorrtllm_backend/blob/ae52bce3ed8ecea468a16483e0dacd3d156ae4fe/tools/utils/utils.py#L270-L280

byshiue commented 3 weeks ago

Thank you for the report. We will remove the duplicated codes soon.