mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-04-29 20:25:29 +00:00
5 lines
130 B
Bash
5 lines
130 B
Bash
#!/usr/bin/env sh
|
|
test_file=$1
|
|
|
|
python $test_file --local_rank $SLURM_PROCID --world_size $SLURM_NPROCS --host $HOST --port 29500
|