[1/N] pass the complete config from engine to executor (#9933)

Signed-off-by: youkaichao <youkaichao@gmail.com>
This commit is contained in:
youkaichao
2024-11-01 13:51:57 -07:00
committed by GitHub
parent 598b6d7b07
commit 18bd7587b7
6 changed files with 64 additions and 136 deletions

View File

@@ -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,