[gemini] update the gpt example (#2527)

This commit is contained in:
HELSON
2023-01-30 17:58:05 +08:00
committed by GitHub
parent ecbad93b65
commit 66dfcf5281
4 changed files with 75 additions and 98 deletions

View File

@@ -1,5 +1,5 @@
for MODEL_TYPE in "gpt2_medium"; do
for DISTPLAN in "colossalai"; do
for DISTPLAN in "CAI_Gemini"; do
for BATCH_SIZE in 16; do
for GPUNUM in 1 2 4 8; do
for TPDEGREE in 1 2 4 8; do