Skip to content

Commit 587c1d6

Browse files
committed
minor fix
Signed-off-by: Yong Hoon Shin <yhshin@meta.com>
1 parent 26ab61d commit 587c1d6

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
@@ -960,7 +960,7 @@ def get_vllm_port() -> Optional[int]:
960960
# generations on machines < 100 for compressed-tensors
961961
# models
962962
"VLLM_USE_NVFP4_CT_EMULATIONS":
963-
lambda: bool(int(os.getenv("VLLM_USE_NVFP4_CT_EMULATIONS", "0"))),
963+
lambda: bool(int(os.getenv("VLLM_USE_NVFP4_CT_EMULATIONS", "0")))
964964
}
965965

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

0 commit comments

Comments
 (0)