File size: 91 Bytes
d0b8972
 
 
 
1
2
3
4
5
#!/bin/bash
NUM_PROC=$1
shift
torchrun --nproc_per_node=$NUM_PROC llm_studio/train.py "$@"