We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0676782 commit 84683faCopy full SHA for 84683fa
examples/offline_inference/disaggregated_prefill.py
@@ -22,7 +22,7 @@ def run_prefill(prefill_done):
22
# and 3 and do prefilling on request 2.
23
prompts = [
24
"Hello, my name is",
25
- # "Hi, your name is",
+ "Hi, your name is",
26
# The decode node will actually "prefill" this request.
27
"Tell me a very long story",
28
]
0 commit comments