Fix typos in io_struct.py (#2867)

This commit is contained in:
Lianmin Zheng
2025-01-13 05:13:02 -08:00
committed by GitHub
parent 3b141e1509
commit 336ff5b9f5

View File

@@ -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]