Skip to content

Commit e518485

Browse files
xiao-llmBowenBao
authored andcommitted
Update vllm/envs.py
Co-authored-by: Bowen Bao <[email protected]> Signed-off-by: xiao-llm <[email protected]>
1 parent 23d3b68 commit e518485

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

vllm/envs.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,6 +1178,13 @@ def get_vllm_port() -> Optional[int]:
11781178
lambda: bool(int(os.getenv("VLLM_ENABLE_RESPONSES_API_STORE", "0"))),
11791179

11801180
<<<<<<< HEAD
1181+
<<<<<<< HEAD
1182+
=======
1183+
# If set, use the fp8 mfma in rocm paged attention.
1184+
"VLLM_ROCM_USE_FP8_PAGED_ATTN":
1185+
lambda: bool(int(os.getenv("VLLM_USE_FP8_MFMA", "0"))),
1186+
1187+
>>>>>>> c588bf50e (Update vllm/envs.py)
11811188
# Whether to use pytorch symmetric memory for allreduce
11821189
"VLLM_ALLREDUCE_USE_SYMM_MEM":
11831190
lambda: bool(int(os.getenv("VLLM_ALLREDUCE_USE_SYMM_MEM", "0"))),

0 commit comments

Comments
 (0)