Unverified Commit 336ff5b9 authored by Lianmin Zheng's avatar Lianmin Zheng Committed by GitHub
Browse files

Fix typos in io_struct.py (#2867)

parent 3b141e15
......@@ -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]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment