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
84683fa2
Unverified
Commit
84683fa2
authored
Feb 14, 2025
by
XiaobingZhang
Committed by
GitHub
Feb 13, 2025
Browse files
[Bugfix] Offline example of disaggregated prefill (#13214)
parent
06767826
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/offline_inference/disaggregated_prefill.py
examples/offline_inference/disaggregated_prefill.py
+1
-1
No files found.
examples/offline_inference/disaggregated_prefill.py
View file @
84683fa2
...
@@ -22,7 +22,7 @@ def run_prefill(prefill_done):
...
@@ -22,7 +22,7 @@ def run_prefill(prefill_done):
# and 3 and do prefilling on request 2.
# and 3 and do prefilling on request 2.
prompts
=
[
prompts
=
[
"Hello, my name is"
,
"Hello, my name is"
,
#
"Hi, your name is",
"Hi, your name is"
,
# The decode node will actually "prefill" this request.
# The decode node will actually "prefill" this request.
"Tell me a very long story"
,
"Tell me a very long story"
,
]
]
...
...
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