Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
70d268a3
Unverified
Commit
70d268a3
authored
Aug 09, 2024
by
Roger Wang
Committed by
GitHub
Aug 09, 2024
Browse files
[Bugfix] Fix ITL recording in serving benchmark (#7372)
parent
249b8822
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
benchmarks/backend_request_func.py
benchmarks/backend_request_func.py
+3
-2
No files found.
benchmarks/backend_request_func.py
View file @
70d268a3
...
@@ -276,6 +276,7 @@ async def async_request_openai_completions(
...
@@ -276,6 +276,7 @@ async def async_request_openai_completions(
output
.
ttft
=
ttft
output
.
ttft
=
ttft
# Decoding phase
# Decoding phase
else
:
output
.
itl
.
append
(
timestamp
-
output
.
itl
.
append
(
timestamp
-
most_recent_timestamp
)
most_recent_timestamp
)
...
...
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