Commit 3d83fa41 authored by zhuwenwen's avatar zhuwenwen
Browse files

set VLLM_USE_V1=0

parent 99075670
......@@ -581,7 +581,7 @@ environment_variables: dict[str, Callable[[], Any]] = {
# If set, use the V1 code path.
"VLLM_USE_V1":
lambda: bool(int(os.getenv("VLLM_USE_V1", "1"))),
lambda: bool(int(os.getenv("VLLM_USE_V1", "0"))),
# Disable aiter ops unless specifically enabled.
# Acts as a parent switch to enable the rest of the other operations.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment