2 lines
78 B
Bash
Executable File
2 lines
78 B
Bash
Executable File
GPUS=$1
|
|
python3 -m torch.distributed.run --nproc_per_node=$GPUS main.py ${@:2} |