Skip to content

Commit 2567b74

Browse files
ZihuiQianheartStrive1998
authored andcommitted
add co-author
Co-authored-by: ShuaibingWang wangshuaibing3@huawei.com Signed-off-by: ZihuiQian <qianzihui@huawei.com>
1 parent 0d7a008 commit 2567b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/offline_disaggregated_prefill_npu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def run_prefill(prefill_done, process_close):
6161
print("Prefill node is finished.")
6262
prefill_done.set()
6363

64-
# To keep the prefill node running in case the decode node is not done
64+
# To keep the prefill node running in case the decode node is not done;
6565
# otherwise, the script might exit prematurely, causing incomplete decoding.
6666
try:
6767
while not process_close.is_set():

0 commit comments

Comments
 (0)