trunk/b9f83ac8558c010d8a221c819dac4e2fac7bd980: Fix remaining checkpoint filesystem races flagged in #194614 (#196591)
- PyTorch 近 90 天出现 1080 次
- PyTorch 近 90 天第 1067 次发版
- 上一次:同一天稍早 · ciflow/trunk/197366
发生了什么
Follow-up to #194614 . That PR fixed a checkpoint reload race in post-local SGD tests but noted in review ( comment ) that the same bug shapes exist in several other places. This PR fixes those remaining sites. Root cause Three related races, all stemming from sharing a checkpoint through the filesystem across ranks instead of through a collective: Fixed-name collision: a checkpoint path is built from a hardcoded na…
摘要按规则整理自下方来源原文