Skip to content

Commit 716e228

Browse files
andyxningjingyu
authored andcommitted
[Misc] code clean duplicate set_current_vllm_config in _set_vllm_config (vllm-project#22566)
Signed-off-by: Andy Xie <andy.xning@gmail.com> Signed-off-by: jingyu <jingyu@omniml.ai>
1 parent 8ca0e0d commit 716e228

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/kernels/moe/modular_kernel_tools/parallel_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ def _set_vllm_config(vllm_config: VllmConfig, world_size: int, rank: int,
3636
import tempfile
3737
temp_file = tempfile.mkstemp()[1]
3838

39-
set_current_vllm_config(vllm_config)
4039
with set_current_vllm_config(vllm_config):
4140
init_distributed_environment(
4241
world_size=world_size,

0 commit comments

Comments
 (0)