Skip to content

Commit dccbc85

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/envs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ def get_vllm_port() -> Optional[int]:
953953
# generations on machines < 100 for compressed-tensors
954954
# models
955955
"VLLM_USE_NVFP4_CT_EMULATIONS":
956-
lambda: bool(int(os.getenv("VLLM_USE_NVFP4_CT_EMULATIONS", "0"))),
956+
lambda: bool(int(os.getenv("VLLM_USE_NVFP4_CT_EMULATIONS", "0")))
957957
}
958958

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

0 commit comments

Comments
 (0)