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 5a629ae commit 3f6d407Copy full SHA for 3f6d407
python/llm/src/ipex_llm/vllm/xpu/engine/engine.py
@@ -385,5 +385,5 @@ def run_mp_engine(vllm_config: VllmConfig, usage_context: UsageContext,
385
engine_alive.value = False
386
raise e # noqa
387
388
-if os.getenv("VLLM_USE_V1") == 1:
+if os.getenv("VLLM_USE_V1") == "1":
389
IPEXLLMAsyncLLMEngine = IPEXLLMAsyncV1Engine
0 commit comments