Datasets:

ArXiv:
VisionTTTCode / distributed_train.sh
Solomonz's picture
update
14d1089
raw
history blame contribute delete
No virus
81 Bytes
#!/bin/bash
NUM_PROC=$1
shift
torchrun --nproc_per_node=$NUM_PROC train.py "$@"