Skip to content

Commit ad47ab9

Browse files
committed
format
Signed-off-by: Dipika Sikka <dipikasikka1@gmail.com>
1 parent d666b1f commit ad47ab9

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
@@ -906,13 +906,12 @@ def get_vllm_port() -> Optional[int]:
906906
# models
907907
"VLLM_USE_NVFP4_CT_EMULATIONS":
908908
lambda: bool(int(os.getenv("VLLM_USE_NVFP4_CT_EMULATIONS", "0"))),
909-
909+
910910
# Enable checking whether the generated logits contain NaNs,
911911
# indicating corrupted output. Useful for debugging low level bugs
912912
# or bad hardware but it may add compute overhead.
913913
"VLLM_COMPUTE_NANS_IN_LOGITS":
914914
lambda: bool(int(os.getenv("VLLM_COMPUTE_NANS_IN_LOGITS", "0"))),
915-
916915
}
917916

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

0 commit comments

Comments
 (0)