Skip to content

Commit 3269762

Browse files
authored
[Misc] code clean duplicate set_current_vllm_config in _set_vllm_config (#22566)
Signed-off-by: Andy Xie <[email protected]>
1 parent 7e8d685 commit 3269762

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)