Global scheduler supports configuring hot updates (#2812)

This commit is contained in:
lddfym
2025-07-11 13:39:30 +08:00
committed by GitHub
parent 94691bcd90
commit ec986642df
6 changed files with 215 additions and 114 deletions

View File

@@ -165,12 +165,6 @@ class LLMEngine(object):
disable_any_whitespace=self.cfg.disable_any_whitespace,
)
def reset_scheduler(self):
"""
Reset the scheduler to its initial state.
"""
self.scheduler.reset()
def start(self, api_server_pid=None):
"""
Initializes the engine and starts its sub-services.