AstrAI/astrai/config
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
..
__init__.py refactor : 基于声明式 JSON 配置的预处理管线重构 2026-05-30 20:45:09 +08:00
base.py refactor : 清理工厂和配置系统中的死代码与冗余抽象 2026-06-07 11:39:50 +08:00
model_config.py refactor : 将 config 对象直接传给 DecoderBlock,替代 16 个独立参数 2026-06-19 14:15:33 +08:00
preprocess_config.py refactor : pipeline 策略化拆分,消除 _flush if/else 2026-06-06 00:45:33 +08:00
train_config.py fix : 修复策略相关文件的类型注解与抽象方法体 2026-06-14 16:20:10 +08:00