mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-06 00:57:33 +08:00
Global scheduler supports configuring hot updates (#2812)
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user