File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
applications/ColossalChat/tests Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ MODELS_DIR=$TEMP_DIR/models_config
3131# Skip those tests due to CI tests timeout
3232MODELS=(' llama' )
3333ADVANCED_PLUGINS=(' zero2' ' sp_split_gather' ' sp_ring' ' sp_all_to_all' ' tp_zero2' ' 3d' ' gemini' ' gemini_auto' ' zero2_cpu' ' pp' ' tp_pp' )
34+ ADVANCED_PLUGINS=(' zero2' ' sp_all_to_all' ' tp_zero2' ' 3d' ' gemini' ' gemini_auto' ' zero2_cpu' ' pp' ' tp_pp' )
3435PLUGINS=(' zero2' ' 3d' ' gemini' ' gemini_auto' ' zero2_cpu' )
3536LORA_RANK=(' 0' ) # skip to reduce CI execution time, can pass all locally
3637LORA_CONFIG_ENABLE=" --lora_config $BASE_DIR /examples/training_scripts/lora_config.json"
@@ -380,8 +381,8 @@ for lora_rank in ${LORA_RANK[@]}; do
380381 if [[ $plugin == " sp_split_gather" ]]; then
381382 enable_sequence_parallelism=' --enable_sequence_parallelism'
382383 sp_mode=' split_gather'
383- tp=' 1 '
384- sp=' 2 '
384+ tp=' 2 '
385+ sp=' 1 '
385386 bs=' 8'
386387 plugin=' 3d'
387388 fi
You can’t perform that action at this time.
0 commit comments