Skip to content

Commit 84683fa

Browse files
[Bugfix] Offline example of disaggregated prefill (#13214)
1 parent 0676782 commit 84683fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/offline_inference/disaggregated_prefill.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def run_prefill(prefill_done):
2222
# and 3 and do prefilling on request 2.
2323
prompts = [
2424
"Hello, my name is",
25-
# "Hi, your name is",
25+
"Hi, your name is",
2626
# The decode node will actually "prefill" this request.
2727
"Tell me a very long story",
2828
]

0 commit comments

Comments
 (0)