← 返回事件
持续讨论AI发版

trunk/b9f83ac8558c010d8a221c819dac4e2fac7bd980: Fix remaining checkpoint filesystem races flagged in #194614 (#196591)

图:PyTorch Releases

发生了什么

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…

摘要按规则整理自下方来源原文

为什么在扩散

来源