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
315b860a
Unverified
Commit
315b860a
authored
Oct 26, 2025
by
Lucia Fang
Committed by
GitHub
Oct 26, 2025
Browse files
[bugfix]fix empty prompts for async-engine mode in benchmark throughput (#27494)
Signed-off-by:
Lucia Fang
<
fanglu@fb.com
>
parent
87c41c26
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vllm/benchmarks/throughput.py
vllm/benchmarks/throughput.py
+1
-0
No files found.
vllm/benchmarks/throughput.py
View file @
315b860a
...
...
@@ -221,6 +221,7 @@ async def run_vllm_async(
detokenize
=
not
disable_detokenize
,
)
)
prompts
.
append
(
prompt
)
lora_requests
.
append
(
request
.
lora_request
)
generators
=
[]
...
...
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