cs-mixer / distributed_train.sh
crrrr30's picture
Upload folder using huggingface_hub
da716ed
raw
history blame
No virus
81 Bytes
#!/bin/bash
NUM_PROC=$1
shift
torchrun --nproc_per_node=$NUM_PROC train.py "$@"