From bbe6ff2d8f7245ef964e733ce95e128f4d3ef43e Mon Sep 17 00:00:00 2001 From: ViperEkura <3081035982@qq.com> Date: Sun, 5 Jul 2026 19:04:56 +0800 Subject: [PATCH] =?UTF-8?q?=EF=BB=BFrelease=20:=20v1.3.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 默认值、文档边界保留 --- astrai/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astrai/__init__.py b/astrai/__init__.py index 8a75f9e..49432c7 100644 --- a/astrai/__init__.py +++ b/astrai/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.3.7" +__version__ = "1.3.8" __author__ = "ViperEkura" from astrai.config import (