mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-12 04:50:39 +00:00
Remove unneeded pydoc
This commit is contained in:
parent
258d4c0b0f
commit
b3fbf1e18c
1 changed files with 0 additions and 4 deletions
|
@ -228,10 +228,6 @@ class VLLMInferenceImpl(Inference, ModelsProtocolPrivate):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
async def shutdown(self) -> None:
|
async def shutdown(self) -> None:
|
||||||
"""
|
|
||||||
Callback that apparently is invoked when shutting down the Llama Stack server. Not sure how
|
|
||||||
to shut down a Llama Stack server in such a way as to trigger this callback.
|
|
||||||
"""
|
|
||||||
logger.info(f"Shutting down inline vLLM inference provider {self}.")
|
logger.info(f"Shutting down inline vLLM inference provider {self}.")
|
||||||
if self.engine is not None:
|
if self.engine is not None:
|
||||||
self.engine.shutdown_background_loop()
|
self.engine.shutdown_background_loop()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue