fix: 修复无法创建子进程的问题
- mp.start_processes daemon=False
This commit is contained in:
@@ -163,5 +163,4 @@ def spawn_parallel_fn(
|
||||
nprocs=world_size,
|
||||
start_method=start_method,
|
||||
join=True,
|
||||
daemon=True,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user