#2356 Replace all the `.sh` launch scripts with `.py` launch script
原始 PR · 作者 yueming-yuan · 合并时间 2026-08-12 12:51
用 Python 启动器全面替换 scripts/ 下全部 shell 启动脚本
值得精读,推荐顺序:先读 PR body 和 command_utils.py 的 execute_train / ssh_start_ray_workers,再看 run_qwen3_dense.py 的 _Recipe 合并模式与 run_nemotron_3_super_120b_a12b.py 的角色拆分。最大的方法论价值是用“记录-重放快照对比”验证大规模重写语义等价,这种验证方式可复用于其他 bash→python 迁移项目。
参与讨论