rtp-llm icon indicating copy to clipboard operation
rtp-llm copied to clipboard

Remove print statements

Open mrchi opened this issue 9 months ago • 1 comments

Such as:

https://github.com/alibaba/rtp-llm/blob/ce077e222581a94836b67e9065660cf24dedfbf3/maga_transformer/openai/renderers/qwen_renderer.py#L138

When the input is a multi-line string, the print statement outputs multiple lines, which is not elegant.

Could we use logging instead of print?

mrchi avatar May 09 '24 12:05 mrchi

This is a debug print and should be removed. thanks for reminding.

netaddi avatar May 14 '24 09:05 netaddi