Skip to content

Commit c29a591

Browse files
committed
pc
1 parent 97cd70c commit c29a591

File tree

1 file changed

+1
-1
lines changed
  • components/backends/vllm/src/dynamo/vllm

1 file changed

+1
-1
lines changed

components/backends/vllm/src/dynamo/vllm/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
async def graceful_shutdown(runtime):
3232
"""
33-
Shutdown dynamo distributed runtime.
33+
Shutdown dynamo distributed runtime.
3434
The endpoints will be immediately invalidate so no new requests will be accepted.
3535
For endpoints served with graceful_shutdown=True, the serving function will wait until all in-flight requests are finished.
3636
For endpoints served with graceful_shutdown=False, the serving function will return immediately.

0 commit comments

Comments
 (0)