Skip to content

Commit 26ec335

Browse files
alexm-redhatilmarkov
authored andcommitted
[Performance] Dual stream execution of "shared_experts" and "selected_experts" inside FusedMoE (vllm-project#26440)
Signed-off-by: Alexander Matveev <[email protected]>
1 parent a238591 commit 26ec335

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
@@ -1481,7 +1481,6 @@ def get_vllm_port() -> int | None:
14811481
# After enabled, PromptLogprobs and SampleLogprobs would populated as
14821482
# FlattenLogprobs.
14831483
"VLLM_FLATTEN_LOGPROBS": lambda: bool(int(os.getenv("VLLM_FLATTEN_LOGPROBS", "0"))),
1484-
# (EPLB-related envs moved to config: use ParallelConfig.eplb_config)
14851484
}
14861485

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

0 commit comments

Comments
 (0)