[WeeklyReport] ZhijunLStudio 2026.4.13~2026.4.26#588
Open
ZhijunLStudio wants to merge 1 commit intoPFCCLab:mainfrom
Open
[WeeklyReport] ZhijunLStudio 2026.4.13~2026.4.26#588ZhijunLStudio wants to merge 1 commit intoPFCCLab:mainfrom
ZhijunLStudio wants to merge 1 commit intoPFCCLab:mainfrom
Conversation
12 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
姓名
李志军
实习项目
AutoTrainer 自动化训练工具
本周工作
修复 DataAgent 中的 shell 注入漏洞,对数据路径使用
shlex.quote进行安全转义,移除了_inject_row_limit等死代码,降低维护成本优化数据处理流水线性能:JSONL 清洗从全量加载改为流式处理(逐行写入),减少内存占用;Parquet 转换时正确处理 NaN 值转为 None,保证 JSON 输出格式正确
实现多数据集比例消融(multi-dataset ratio ablation):自动为多数据集场景创建 5% 子集用于比例实验,支持 leave-one-out 和 ratio sweep 两种策略
完善实验调度器(ExperimentScheduler):新增
run_next、run_all接口和 CheckpointGC 自动清理机制,支持持久化队列与断点恢复TUI 新增实验进度展示:在状态栏和主面板实时显示当前实验阶段进度
添加
tiktoken依赖,支持 LLM token 计数的精确计算导师点评
下周工作