Files
yolov11-pt/main.sh

2 lines
78 B
Bash
Raw Normal View History

2025-10-18 22:03:55 +08:00
GPUS=$1
python3 -m torch.distributed.run --nproc_per_node=$GPUS main.py ${@:2}