File tree Expand file tree Collapse file tree
tests/functional_tests/test_cases/gpt/qwen3_0p6b_mcore_te_tp1_pp1_no_mmap_bin_files Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -188,3 +188,13 @@ test_matrix:
188188 # specific case that are unstable on Metax
189189 # models
190190 - tests/unit_tests/models/test_gpt_model.py::TestGPTModelWithCustomPG::test_gpt_model_with_custom_pg
191+
192+ functional :
193+ train :
194+ - model : gpt
195+ test_case : qwen3_0p6b_mcore_te_tp1_pp1_no_mmap_bin_files
196+ training_script : pretrain_gpt.py
197+ n_repeat : 1
198+ golden_environment : dev
199+ golden_platform : c500
200+ enable_lightweight_mode : false
Original file line number Diff line number Diff line change 1+ {
2+ "lm loss" : {
3+ "start_step" : 1 ,
4+ "end_step" : 10 ,
5+ "step_interval" : 1 ,
6+ "values" : {
7+ "1" : 11.93016 ,
8+ "2" : 11.87934 ,
9+ "3" : 11.78204 ,
10+ "4" : 11.84415 ,
11+ "5" : 11.64288 ,
12+ "6" : 11.57093 ,
13+ "7" : 11.56676 ,
14+ "8" : 11.75107 ,
15+ "9" : 11.77425 ,
16+ "10" : 11.44834
17+ }
18+ }
19+ }
You can’t perform that action at this time.
0 commit comments