This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[3/x]: simplify FSDP1 test and add coverage for dynamic scaling
Summary: 1. simplify the FSDP test, instead of testing 1 GPU vs N GPUs, instead hold the number of GPUs constant and test bf16 vs float8. Remove various technical debt that accumulated in this test. 2. add testing for dynamic scaling of weights Test Plan: ``` ./test/test_fsdp.sh ``` Reviewers: Subscribers: Tasks: Tags: ghstack-source-id: fcd6368857a35e2ee227f58d389512682d85e409 Pull Request resolved: #293
- Loading branch information
Showing
2 changed files
with
101 additions
and
177 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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