[1/N] pass the complete config from engine to executor (#9933)
Signed-off-by: youkaichao <youkaichao@gmail.com>
This commit is contained in:
@@ -680,7 +680,7 @@ class AsyncLLMEngine(EngineClient):
|
||||
|
||||
# Create the async LLM engine.
|
||||
engine = cls(
|
||||
**engine_config.to_dict(),
|
||||
vllm_config=engine_config,
|
||||
executor_class=executor_class,
|
||||
log_requests=not engine_args.disable_log_requests,
|
||||
log_stats=not engine_args.disable_log_stats,
|
||||
|
||||
Reference in New Issue
Block a user