Commit cd1ed6a
feat: add HunyuanVideo nightly CI test and parameterize diffusion launcher
Add HunyuanVideo-1.5 to the diffusion finetuning CI pipeline alongside
Wan2.1. Parameterize the launcher script to derive model-specific settings
(processor, generate config, model name, frame counts) from the recipe
config name. Also fix a pre-existing T5 layer norm compatibility issue
in finetune.py that affects Hunyuan training with incompatible apex builds.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent d00b6e1 commit cd1ed6a
4 files changed
Lines changed: 39 additions & 5 deletions
File tree
- examples/diffusion/finetune
- tests/ci_tests
- configs/diffusion_finetune
- scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
27 | 53 | | |
28 | 54 | | |
29 | 55 | | |
| |||
45 | 71 | | |
46 | 72 | | |
47 | 73 | | |
48 | | - | |
| 74 | + | |
49 | 75 | | |
50 | | - | |
| 76 | + | |
| 77 | + | |
51 | 78 | | |
52 | 79 | | |
53 | 80 | | |
| |||
81 | 108 | | |
82 | 109 | | |
83 | 110 | | |
84 | | - | |
85 | | - | |
| 111 | + | |
| 112 | + | |
86 | 113 | | |
87 | 114 | | |
88 | | - | |
| 115 | + | |
89 | 116 | | |
90 | 117 | | |
91 | 118 | | |
| |||
0 commit comments