Commit
2 years ago
Fix FSDP CI Sometimes we randomly see unrelated FSDP CI failures such as https://github.com/pytorch/pytorch/runs/6298275361?check_suite_focus=true which are unrelated to the diff at hand. Suspicion is that because some other tests set `BACKEND` which is a generic env var for distributed tests, if those tests are run in same CI container before, they won't get unset and we'll use gloo for FSDP backend. But gloo is not currently supported, and this was mostly added for easy testing during early FSDP development, so remove this entirely. Pull Request resolved: https://github.com/pytorch/pytorch/pull/76878 Approved by: https://github.com/awgu
Author
Committer
Parents
Loading