meg's picture
meg HF staff
Upload folder using huggingface_hub
326a2ca verified
raw
history blame
81 Bytes
#!/bin/bash
NUM_PROC=$1
shift
torchrun --nproc_per_node=$NUM_PROC train.py "$@"