fix: 修复无法创建子进程的问题

- mp.start_processes daemon=False
This commit is contained in:
ViperEkura 2026-05-17 23:43:12 +08:00
parent 6c8533f1d2
commit 14b0d56197
1 changed files with 0 additions and 1 deletions

View File

@ -163,5 +163,4 @@ def spawn_parallel_fn(
nprocs=world_size,
start_method=start_method,
join=True,
daemon=True,
)