Skip to content

Commit 52d9254

Browse files
committed
fix
Signed-off-by: Cody Yu <hao.yu.cody@gmail.com>
1 parent 1fa4607 commit 52d9254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ray/llm/_internal/serve/deployments/llm/vllm/vllm_engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ async def _start_engine_v0(self) -> "EngineClient":
337337
args: InitializeNodeOutput = await self.initialize_node(self.llm_config)
338338
engine_args, engine_config = _get_vllm_engine_config(self.llm_config)
339339

340-
if MQLLMEngineClient.is_unsupported_config(engine_args):
340+
if MQLLMEngineClient.is_unsupported_config(engine_config):
341341
# If the engine is not supported, we fall back to the legacy async engine.
342342
#
343343
# Note (genesu): as of 2025-02-11, this code path is only triggered when

0 commit comments

Comments
 (0)