Skip to content

Commit 9f8f5be

Browse files
committed
changing embed to None
1 parent 879f9a6 commit 9f8f5be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/maxdiffusion/configs/ltx2_video.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ logical_axis_rules: [
4747
['activation_length', 'context'],
4848
['activation_heads', 'tensor'],
4949
['mlp','tensor'],
50-
['embed', ['context', 'fsdp']],
50+
['embed', None],
5151
['heads', 'tensor'],
52-
['norm', ['fsdp']],
52+
['norm', 'tensor'],
5353
['conv_batch', ['data', 'context', 'fsdp']],
5454
['out_channels', 'tensor'],
5555
['conv_out', 'context'],

0 commit comments

Comments
 (0)