You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix FSDP remote checkpointing tests by using local:// instead of memory://
The `memory://` fsspec filesystem is process-local and cannot be used across separately-spawned ranks in distributed tests. Switch to `local://` which simulates a remote filesystem but is backed by a shared disk, and broadcast the path from rank 0.
Additionally:
- Skip FSDP GPU tests on Windows.
- Conditionally import `_fsspec_filesystem` in reader/writer selection tests to support older PyTorch versions.
TAG=agy
CONV=90d4b033-0f6c-4895-bf1c-4184200442cd
0 commit comments