Skip to content

Commit cee69c4

Browse files
committed
minor fix
Signed-off-by: Yong Hoon Shin <yhshin@meta.com>
1 parent cc32a06 commit cee69c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vllm/envs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,6 @@ def get_vllm_port() -> Optional[int]:
964964
# If set to 1, use the TRTLLM Decode Attention backend in flashinfer.
965965
"VLLM_USE_TRTLLM_DECODE_ATTENTION":
966966
lambda: os.getenv("VLLM_USE_TRTLLM_DECODE_ATTENTION", None),
967-
968967
}
969968

970969
# --8<-- [end:env-vars-definition]

0 commit comments

Comments
 (0)