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 97cd70c commit c29a591Copy full SHA for c29a591
components/backends/vllm/src/dynamo/vllm/main.py
@@ -30,7 +30,7 @@
30
31
async def graceful_shutdown(runtime):
32
"""
33
- Shutdown dynamo distributed runtime.
+ Shutdown dynamo distributed runtime.
34
The endpoints will be immediately invalidate so no new requests will be accepted.
35
For endpoints served with graceful_shutdown=True, the serving function will wait until all in-flight requests are finished.
36
For endpoints served with graceful_shutdown=False, the serving function will return immediately.
0 commit comments