ViperEkura
48a53121ba
refactor: 工厂 kwargs 过滤及组件参数清理
- BaseFactory.create() 按 __init__ 签名过滤多余 kwargs
- 移除 GQA/MLA/MLP/DeepSeekMoE 中多余的 **kwargs
- MLP/DeepSeekMoE 参数名统一为 dim_ffn
- scheduler max_seq_len 增加 None 显式判断
- 默认 max_prompt_len 提升至 2048
2026-05-16 16:47:41 +08:00
..
2026-05-16 14:57:43 +08:00
2026-05-12 11:41:45 +08:00
2026-05-16 16:47:41 +08:00
2026-05-16 16:47:41 +08:00
2026-05-09 14:55:43 +08:00
2026-05-09 14:36:42 +08:00
2026-05-15 14:44:44 +08:00
2026-05-15 18:23:27 +08:00
2026-05-16 16:47:41 +08:00
2026-05-12 11:17:24 +08:00