Files
yolov11-pt/main.sh
2025-10-18 22:03:55 +08:00

2 lines
78 B
Bash
Executable File

GPUS=$1
python3 -m torch.distributed.run --nproc_per_node=$GPUS main.py ${@:2}