release : v1.3.8

- refactor: 重写 IFD 评估为三层架构,引入 BFD 装箱与自定义 attention mask 批处理打分
- refactor: 重写 HumanEval 评估为函数式流水线,修复测试超时与动态 pass@k
- perf: 替换 paged KV cache 为 ContiguousCache,解码所有 group
- feat: 新增 ROUGE 评估脚本、JSONL 数据集 store、stream_chat 参数
- fix: 修复 IFD token-set 不对称、SFT position_ids 默认值、文档边界保留
This commit is contained in:
ViperEkura 2026-07-05 19:04:56 +08:00
parent db9b39b084
commit bbe6ff2d8f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
__version__ = "1.3.7"
__version__ = "1.3.8"
__author__ = "ViperEkura"
from astrai.config import (