Skip to content

Commit 11d0d4b

Browse files
adarshxszhyncs
authored andcommitted
pass CI
1 parent c1de340 commit 11d0d4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sgl-kernel/tests/test_trt_allreduce.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def multi_process_parallel(
3030
world_size: int,
3131
test_target: Any,
3232
) -> None:
33+
mp.set_start_method("spawn", force=True)
3334
procs = []
3435
distributed_init_port = get_open_port()
3536
for i in range(world_size):

0 commit comments

Comments
 (0)