From 336ff5b9f564a1af2d8b4f1a22caf4c17c0cbbdc Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Mon, 13 Jan 2025 05:13:02 -0800 Subject: [PATCH] Fix typos in io_struct.py (#2867) --- python/sglang/srt/managers/io_struct.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/python/sglang/srt/managers/io_struct.py b/python/sglang/srt/managers/io_struct.py index 6ddc0993f..26b8921c4 100644 --- a/python/sglang/srt/managers/io_struct.py +++ b/python/sglang/srt/managers/io_struct.py @@ -355,9 +355,6 @@ class BatchStrOut: output_strs: List[str] # Token counts - # real input and output tokens can be get from - # origin_input_ids and output_ids by enabling --return_token_ids - # TODO (Shuai): Rename this to clarify the meaning. prompt_tokens: List[int] completion_tokens: List[int] cached_tokens: List[int]