Skip to content

Commit 7604756

Browse files
committed
Use platform-specific qwen3 golden for metax
1 parent 75ea7f7 commit 7604756

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

.github/configs/metax.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+
}

0 commit comments

Comments
 (0)