Skip to content

Commit e82f0f6

Browse files
committed
fix ci
1 parent 2eacc16 commit e82f0f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

applications/ColossalChat/tests/test_train.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ MODELS_DIR=$TEMP_DIR/models_config
3131
# Skip those tests due to CI tests timeout
3232
MODELS=('llama')
3333
# ADVANCED_PLUGINS=('zero2' 'sp_split_gather' 'sp_ring' 'sp_all_to_all' 'tp_zero2' '3d' 'gemini' 'gemini_auto' 'zero2_cpu' 'pp' 'tp_pp') # full plugins list
34-
ADVANCED_PLUGINS=('zero2' 'sp_split_gather' 'gemini' 'gemini_auto' 'zero2_cpu' 'pp') # use simplified plugins to reduce CI execution time, also, some tests with tp failed on 3080 but succeed on local H20s
34+
ADVANCED_PLUGINS=('zero2' 'sp_all_to_all' 'gemini' 'gemini_auto' 'zero2_cpu' 'pp') # use simplified plugins to reduce CI execution time, also, some tests with tp failed on 3080 but succeed on local H20s
3535
PLUGINS=('zero2' 'gemini' 'gemini_auto' 'zero2_cpu')
3636
LORA_RANK=('0') # skip to reduce CI execution time, can pass all locally
3737
LORA_CONFIG_ENABLE="--lora_config $BASE_DIR/examples/training_scripts/lora_config.json"

0 commit comments

Comments
 (0)