AstrAI/astrai/model
ViperEkura b1adc40cfb refactor : 将 config 对象直接传给 DecoderBlock,替代 16 个独立参数
- DecoderBlock.__init__ 改为 (config, layer_id),内部用 asdict
  展开字段给 AttnFactory/FFNFactory,factory 按 __init__ 签名自动过滤
- EncoderConfig 补充 attn_type 和 ffn_type 字段
- 314 个测试全部通过
2026-06-19 14:15:33 +08:00
..
components refactor : 将 config 对象直接传给 DecoderBlock,替代 16 个独立参数 2026-06-19 14:15:33 +08:00
__init__.py feat: 新增LoRA微调模块 2026-05-25 20:15:31 +08:00
automodel.py refactor : 移除 -> None 返回值标注,拆分 FSDP 参数,新增 mmap 数据集存储 2026-05-28 13:57:06 +08:00
encoder.py refactor : 将 config 对象直接传给 DecoderBlock,替代 16 个独立参数 2026-06-19 14:15:33 +08:00
transformer.py refactor : 将 config 对象直接传给 DecoderBlock,替代 16 个独立参数 2026-06-19 14:15:33 +08:00