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