mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-05 16:48:03 +08:00
mv connection_manager init (#3901)
Co-authored-by: Yuanle Liu <yuanlehome@163.com>
This commit is contained in:
@@ -185,6 +185,7 @@ async def lifespan(app: FastAPI):
|
||||
workers=args.workers,
|
||||
tool_parser=args.tool_call_parser,
|
||||
)
|
||||
await engine_client.connection_manager.initialize()
|
||||
app.state.dynamic_load_weight = args.dynamic_load_weight
|
||||
model_handler = OpenAIServingModels(
|
||||
model_paths,
|
||||
|
Reference in New Issue
Block a user