We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fa4607 commit 52d9254Copy full SHA for 52d9254
python/ray/llm/_internal/serve/deployments/llm/vllm/vllm_engine.py
@@ -337,7 +337,7 @@ async def _start_engine_v0(self) -> "EngineClient":
337
args: InitializeNodeOutput = await self.initialize_node(self.llm_config)
338
engine_args, engine_config = _get_vllm_engine_config(self.llm_config)
339
340
- if MQLLMEngineClient.is_unsupported_config(engine_args):
+ if MQLLMEngineClient.is_unsupported_config(engine_config):
341
# If the engine is not supported, we fall back to the legacy async engine.
342
#
343
# Note (genesu): as of 2025-02-11, this code path is only triggered when
0 commit comments