Minor change to force rerun of automatic jobs

This commit is contained in:
Fred Reiss 2024-12-19 15:06:47 -08:00
parent c8580d3b0c
commit 82c10c917f

View file

@ -78,7 +78,7 @@ class VLLMInferenceImpl(Inference, ModelsProtocolPrivate):
self.engine = AsyncLLMEngine.from_engine_args(engine_args)
async def shutdown(self):
"""Shutdown the vLLM inference adapter."""
"""Shut down the vLLM inference adapter."""
log.info("Shutting down vLLM inference provider.")
if self.engine:
self.engine.shutdown_background_loop()