Commit 6ccd3f47 authored by zhuwenwen's avatar zhuwenwen
Browse files

Merge branch 'vllm-v0.5.0-dtk24.04.1'

parents 6640dc0b e2df3544
...@@ -131,7 +131,7 @@ environment_variables: Dict[str, Callable[[], Any]] = { ...@@ -131,7 +131,7 @@ environment_variables: Dict[str, Callable[[], Any]] = {
# flag to control if vllm should use triton flash attention # flag to control if vllm should use triton flash attention
"VLLM_USE_TRITON_FLASH_ATTN": "VLLM_USE_TRITON_FLASH_ATTN":
lambda: (os.environ.get("VLLM_USE_TRITON_FLASH_ATTN", "True").lower() in lambda: (os.environ.get("VLLM_USE_TRITON_FLASH_ATTN", "False").lower() in
("true", "1")), ("true", "1")),
# local rank of the process in the distributed setting, used to determine # local rank of the process in the distributed setting, used to determine
......
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