AstrAI/astrai/parallel
ViperEkura f521a30b22 fix : FSDP 优化器顺序、温度除零、调度器静默死亡、ref模型设备
- executor: use_orig_params 硬编码 True,FSDP 不替换 Parameter 对象
- strategy: DPO/GRPO ref 模型创建后移到 device
- sample: TemperatureStrategy clamp 1e-8,engine 验证改为 >0
- scheduler: 异常不 re-raise 避免 daemon 静默死亡,stop() 发回调给 waiting 任务
2026-05-29 21:57:44 +08:00
..
__init__.py feat: 新增FSDP并行后端 2026-05-25 19:43:14 +08:00
executor.py fix : FSDP 优化器顺序、温度除零、调度器静默死亡、ref模型设备 2026-05-29 21:57:44 +08:00
module.py refactor: 优化参数传递,清理导入样式 2026-04-03 22:06:32 +08:00
setup.py fix: 修复无法创建子进程的问题 2026-05-18 09:40:32 +08:00