AstrAI/astrai/model
ViperEkura f91bfee33e refactor: Config序列化统一BaseConfig基类
- 新增astrai/config/base.py,提供to_dict/from_dict基类
- 统一命名:load/save → from_file/to_file
- Checkpoint.meta合并训练配置到meta.json
- sys.stderr.warn → warnings.warn
- from_file改为classmethod
2026-05-16 22:06:39 +08:00
..
components refactor: 工厂 kwargs 过滤及组件参数清理 2026-05-16 16:47:41 +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: 修复 MLA 多个 bug 并缩小测试模型参数 2026-05-16 14:57:43 +08:00