mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-05-14 19:33:33 +00:00
5 lines
84 B
Bash
5 lines
84 B
Bash
for GPUNUM in 2 1
|
|
do
|
|
env BS=2 MODEL="125m" GPUNUM=$GPUNUM bash ./run_gemini.sh
|
|
done
|