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 2d06553 commit c28077eCopy full SHA for c28077e
vllm/envs.py
@@ -1275,7 +1275,7 @@ def get_vllm_port() -> Optional[int]:
1275
1276
# Use AITER Triton MLA
1277
"VLLM_ROCM_USE_AITER_TRITON_MLA":
1278
- lambda: bool(int(os.getenv("VLLM_ROCM_USE_AITER_TRITON_MLA", "1"))),
+ lambda: bool(int(os.getenv("VLLM_ROCM_USE_AITER_TRITON_MLA", "0"))),
1279
}
1280
1281
# --8<-- [end:env-vars-definition]
0 commit comments