Skip to content

Commit 879f9a6

Browse files
committed
changing norm from tensor to fsdp
1 parent 8c7130a commit 879f9a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/maxdiffusion/configs/ltx2_video.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ logical_axis_rules: [
4949
['mlp','tensor'],
5050
['embed', ['context', 'fsdp']],
5151
['heads', 'tensor'],
52-
['norm', 'tensor'],
52+
['norm', ['fsdp']],
5353
['conv_batch', ['data', 'context', 'fsdp']],
5454
['out_channels', 'tensor'],
5555
['conv_out', 'context'],

0 commit comments

Comments
 (0)