Skip to content

Commit a1c0f8b

Browse files
committed
Change rope_max_timescale to 1M for qwen3-30b-a3b-base to match HF
1 parent 575b310 commit a1c0f8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/maxtext/configs/models/qwen3-30b-a3b-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ base_moe_mlp_dim: 768
3434
norm_topk_prob: true
3535

3636
# RoPE Settings
37-
rope_max_timescale: 10_000_000
37+
rope_max_timescale: 1_000_000
3838

3939
# General Model Settings
4040
enable_dropout: false

0 commit comments

Comments
 (0)