Skip to content

Commit 437c2f4

Browse files
committed
update run_ci.sh
1 parent 1ee6dd4 commit 437c2f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/distribute/run_ci.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ global_verification_fail_arr=()
2929
target_lists_for_gpt=(
3030
"slm/model_zoo/gpt-3"
3131
"llm/auto_parallel/gpt-3"
32+
"paddlenlp/trainer/training_args.py"
3233
"paddlenlp/transformers/gpt"
3334
"scripts/distribute"
3435
".github/workflows/distribute.yml"
@@ -37,6 +38,7 @@ target_lists_for_gpt=(
3738
target_lists_for_llama=(
3839
"llm/auto_parallel/llama"
3940
"paddlenlp/trainer/auto_trainer.py"
41+
"paddlenlp/trainer/training_args.py"
4042
"paddlenlp/transformers/llama"
4143
"scripts/distribute"
4244
".github/workflows/distribute.yml"
@@ -45,6 +47,7 @@ target_lists_for_llama=(
4547
target_lists_for_deepseek=(
4648
"llm/auto_parallel/deepseek-v3"
4749
"paddlenlp/trainer/auto_trainer.py"
50+
"paddlenlp/trainer/training_args.py"
4851
"paddlenlp/transformers/deepseek_v2/modeling_auto.py"
4952
"paddlenlp/transformers/deepseek_v2/modeling.py"
5053
"paddlenlp/transformers/deepseek_v3/modeling_auto.py"

0 commit comments

Comments
 (0)