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

- mp.start_processes daemon=False
This commit is contained in:
2026-05-18 09:40:32 +08:00
parent 6c8533f1d2
commit 14b0d56197
-1
View File
@@ -163,5 +163,4 @@ def spawn_parallel_fn(
nprocs=world_size,
start_method=start_method,
join=True,
daemon=True,
)