mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-05-16 04:10:14 +00:00
4 lines
129 B
Bash
4 lines
129 B
Bash
#!/usr/bin/env sh
|
|
test_file=$1
|
|
|
|
python $test_file --local_rank $SLURM_PROCID --world_size $SLURM_NPROCS --host $HOST --port 29500 |