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