Commit 4720c3e
committed
fix: set rope_max_timescale to 1M for qwen3-30b-a3b-base and update HF configuration
- Set rope_max_timescale to 1,000,000 in qwen3-30b-a3b-base.yml config.
- Update qwen3_30b_a3b_base_config in hf_model_configs.py: eos_token_id=151645, max_position_embeddings=40960.1 parent 61c225f commit 4720c3e
2 files changed
Lines changed: 39 additions & 2 deletions
File tree
- src/maxtext
- checkpoint_conversion/utils
- configs/models
Lines changed: 38 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
718 | 718 | | |
719 | 719 | | |
720 | 720 | | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
721 | 758 | | |
722 | 759 | | |
723 | 760 | | |
| |||
1579 | 1616 | | |
1580 | 1617 | | |
1581 | 1618 | | |
1582 | | - | |
| 1619 | + | |
1583 | 1620 | | |
1584 | 1621 | | |
1585 | 1622 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
0 commit comments