Add FSDP CI and end-to-end FSDP tests + save/load fsdp#47357
Draft
3outeille wants to merge 13 commits into
Draft
Add FSDP CI and end-to-end FSDP tests + save/load fsdp#473573outeille wants to merge 13 commits into
3outeille wants to merge 13 commits into
Conversation
…SDP orchestration 2/3). Route distributed loading and saving through DistributedMixin, migrate TP tests and docs off tp_plan="auto", and add FSDP gather/DCP save paths.
Add FSDPTesterMixin, cohere2_moe base_fsdp_plan, dedicated fsdp_ci job, and pytest markers for distributed FSDP load/save/generation coverage.
This was referenced Jul 16, 2026
…gingface/transformers into split/a-pr-4-2-fsdp-tests-ci
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
Contributor
|
[For maintainers] Suggested jobs to run (before merge) run-slow: cohere2_moe |
Contributor
CI recapDashboard: View test results in Grafana |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Part of FSDP orchestration stack (2/2). Replaces #46990. #47352 (1/2) → this PR (2/2)
FSDPTesterMixinandtests/test_fsdp_mixin.py(load/save/generation)base_model_fsdp_planto cohere2_moe (only model in this stack)fsdp_ciCircleCI job and pytest markers