Skip to content

Commit b5419b2

Browse files
committed
Fix formatting
Signed-off-by: Yong Hoon Shin <yhshin@meta.com>
1 parent 094f979 commit b5419b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vllm/envs.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -948,8 +948,7 @@ def get_vllm_port() -> int | None:
948948
# Whether to use aiter triton kernels for gemm ops.
949949
# By default is enabled.
950950
"VLLM_ROCM_USE_AITER_TRITON_GEMM": lambda: (
951-
os.getenv("VLLM_ROCM_USE_AITER_TRITON_GEMM", "True").lower()
952-
in ("true", "1")
951+
os.getenv("VLLM_ROCM_USE_AITER_TRITON_GEMM", "True").lower() in ("true", "1")
953952
),
954953
# use rocm skinny gemms
955954
"VLLM_ROCM_USE_SKINNY_GEMM": lambda: (

0 commit comments

Comments
 (0)