meg's picture
meg HF staff
Add files using upload-large-folder tool
847619e verified
raw
history blame
81 Bytes
#!/bin/bash
NUM_PROC=$1
shift
torchrun --nproc_per_node=$NUM_PROC train.py "$@"