在 HyperParallel 实际落地中,以下问题反复出现:
这会直接导致:
为 HyperParallel 增加一套低侵入、可复用、可脚本化的基础工具能力,参考mindspore-skills:
preflight
diagnose
scripts/preflight/
scripts/diagnosis/
report.schema.json
hp-preflight
hp-diagnose
问题背景
在 HyperParallel 实际落地中,以下问题反复出现:
这会直接导致:
目标
为 HyperParallel 增加一套低侵入、可复用、可脚本化的基础工具能力,参考mindspore-skills:
preflight预检能力diagnose诊断能力(故障/精度/性能三类)方案范围(本期)
scripts/preflight/:单机训练前就绪检查与结构化报告输出。scripts/diagnosis/:report.schema.json。hp-preflight/hp-diagnose技能入口与适配文档,统一使用方式。为什么现在需要做
验收标准