This repository was archived by the owner on May 20, 2026. It is now read-only.
Commit 5b81246
feat: Add support for flux (#94)
* feat: Add DDP support in the Automodel path
Signed-off-by: Pranav Prashant Thombre <pthombre@nvidia.com>
* Fix linting issues
Signed-off-by: Pranav Prashant Thombre <pthombre@nvidia.com>
* add cicd nightly tests
Signed-off-by: linnan wang <linnanw@nvidia.com>
* feat: Flux training support
Signed-off-by: Pranav Prashant Thombre <pthombre@nvidia.com>
* Formatting changes
Signed-off-by: Pranav Prashant Thombre <pthombre@nvidia.com>
* Changing import order
Signed-off-by: Pranav Prashant Thombre <pthombre@nvidia.com>
* Linting fix
Signed-off-by: Pranav Prashant Thombre <pthombre@nvidia.com>
* Fixing imports
Signed-off-by: Pranav Prashant Thombre <pthombre@nvidia.com>
* Init fix
Signed-off-by: Pranav Prashant Thombre <pthombre@nvidia.com>
* Code fixes
Signed-off-by: Pranav Prashant Thombre <pthombre@nvidia.com>
* Import order fix
Signed-off-by: Pranav Prashant Thombre <pthombre@nvidia.com>
* Fix linting
Signed-off-by: Pranav Prashant Thombre <pthombre@nvidia.com>
* Fix broken unit tests
Signed-off-by: Pranav Prashant Thombre <pthombre@nvidia.com>
* Fix lint issue
Signed-off-by: Pranav Prashant Thombre <pthombre@nvidia.com>
* Fix failing GPU tests
Signed-off-by: Pranav Prashant Thombre <pthombre@nvidia.com>
* Ensure flow matching pipeline is backward compatible for megatron path
Signed-off-by: Pranav Prashant Thombre <pthombre@nvidia.com>
* Update secrets baseline
Signed-off-by: Charlie Truong <chtruong@nvidia.com>
---------
Signed-off-by: Pranav Prashant Thombre <pthombre@nvidia.com>
Signed-off-by: linnan wang <linnanw@nvidia.com>
Signed-off-by: Charlie Truong <chtruong@nvidia.com>
Co-authored-by: linnan wang <linnanw@nvidia.com>
Co-authored-by: Charlie Truong <chtruong@nvidia.com>1 parent efa9572 commit 5b81246
34 files changed
Lines changed: 2219 additions & 260 deletions
File tree
- .github/workflows/config
- dfm/src/automodel
- _diffusers
- datasets/multiresolutionDataloader
- flow_matching
- adapters
- recipes
- utils
- processors
- examples/automodel
- finetune
- pretrain
- cicd
- tests
- functional_tests/automodel/wan21/mock_configs
- unit_tests/automodel
- adapters
- data
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
0 commit comments