Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
zhaoyu6
sglang
Commits
336ff5b9
"sgl-kernel/vscode:/vscode.git/clone" did not exist on "1bd5316873ee0ce327a5e92c0dc6bc799ff0d59c"
Unverified
Commit
336ff5b9
authored
Jan 13, 2025
by
Lianmin Zheng
Committed by
GitHub
Jan 13, 2025
Browse files
Fix typos in io_struct.py (#2867)
parent
3b141e15
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
python/sglang/srt/managers/io_struct.py
python/sglang/srt/managers/io_struct.py
+0
-3
No files found.
python/sglang/srt/managers/io_struct.py
View file @
336ff5b9
...
@@ -355,9 +355,6 @@ class BatchStrOut:
...
@@ -355,9 +355,6 @@ class BatchStrOut:
output_strs
:
List
[
str
]
output_strs
:
List
[
str
]
# Token counts
# 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
]
prompt_tokens
:
List
[
int
]
completion_tokens
:
List
[
int
]
completion_tokens
:
List
[
int
]
cached_tokens
:
List
[
int
]
cached_tokens
:
List
[
int
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment