Commit 676cebe
committed
[graph_trainer] Add precompile integration tests to CI
Precompile integration tests (run_precompile_tests.py) were never run
in CI, which allowed the bucketing + CooR incompatibility from #2934
to go undetected. Add them to both CI workflows:
- A10 workflow: Llama3 aot_fx_trace precompile test (FSDP+TP)
- H100 workflow: DSv3 aot_fx_trace precompile test (FSDP+TP+EP)
Also fix the DSv3 precompile test config from debugmodel to
debugmodel_ep — EP tests require AllToAllTokenDispatcher which is
only created when moe_comm_backend="standard".
ghstack-source-id: 35a8421
Pull-Request: #30431 parent 5e67901 commit 676cebe
2 files changed
Lines changed: 6 additions & 0 deletions
File tree
- .github/workflows
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
83 | 86 | | |
84 | 87 | | |
85 | 88 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
69 | 72 | | |
70 | 73 | | |
71 | 74 | | |
| |||
0 commit comments