AstrAI/astrai/model
ViperEkura a44fd22a99 fix: 修复训练与模型参数传递问题
- state_dict_fn 传入 CheckpointCallback,修复多卡 DDP 下 key 前缀丢失
- MLA 增加 use_qk_norm 支持,消除参数静默丢失
- moe_topk_method 统一命名为 topk_method
- checkpoint 回调移至最前
2026-05-17 11:20:13 +08:00
..
components fix: 修复训练与模型参数传递问题 2026-05-17 11:20:13 +08:00
__init__.py refactor: 拆分 module.py 为 components 子包 2026-05-15 20:08:36 +08:00
automodel.py refactor: Config序列化统一BaseConfig基类 2026-05-16 22:06:39 +08:00
transformer.py fix: 修复训练与模型参数传递问题 2026-05-17 11:20:13 +08:00