mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2026-01-14 03:56:03 +00:00
4 lines
135 B
Bash
4 lines
135 B
Bash
#!/bin/bash
|
|
|
|
test_file="test_zero.py"
|
|
python $test_file --local_rank $SLURM_PROCID --world_size $SLURM_NPROCS --host $HOST --port 29500 |