AstrAI/astrai/inference
ViperEkura 17d6eaa2f2 refactor: rewrite humaneval evaluation with functional pipeline design
- fix KeyError race condition in inference cache touch()
- EvalConfig dataclass for centralized configuration
- load->generate->extract->test->score->report pipeline
- two-phase generation+testing for max GPU utilization
- signal-based SIGALRM timeout protection for code exec
- suppress subprocess stdout/stderr pollution
2026-07-05 07:58:28 +08:00
..
api refactor : 清理工厂和配置系统中的死代码与冗余抽象 2026-06-07 11:39:50 +08:00
core refactor: rewrite humaneval evaluation with functional pipeline design 2026-07-05 07:58:28 +08:00
__init__.py feat : 推理层增加 vLLM 风格工具调用解析 2026-06-06 08:54:10 +08:00
engine.py fix : FSDP 优化器顺序、温度除零、调度器静默死亡、ref模型设备 2026-05-29 21:57:44 +08:00
sample.py fix : 修复策略相关文件的类型注解与抽象方法体 2026-06-14 16:20:10 +08:00