mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
e3bd1e57c6
commit
243c592c9c
Binary file not shown.
@ -1782,7 +1782,7 @@ def main():
|
||||
world_size = args.world_size
|
||||
assert world_size >= 1
|
||||
if world_size > 1:
|
||||
mp.spawn(run, args=(world_size, args, wb), nprocs=world_size, join=True)
|
||||
mp.spawn(run_adapter, args=(world_size, args, wb), nprocs=world_size, join=True)
|
||||
else:
|
||||
run(rank=0, world_size=1, args=args, wb=wb)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user