File size: 125 Bytes
d1396f0 |
1 2 3 4 5 6 7 |
#!/bin/bash
for i in {0..29}
do
sbatch $six_ALL_CCFRWORK/code/bigscience/data/pile/pile-1by1-jsonl-to-meg.slurm $i
done
|
d1396f0 |
1 2 3 4 5 6 7 |
#!/bin/bash
for i in {0..29}
do
sbatch $six_ALL_CCFRWORK/code/bigscience/data/pile/pile-1by1-jsonl-to-meg.slurm $i
done
|