Skip to content

Commit bb65834

Browse files
committed
sharding keys across context
1 parent 66630fb commit bb65834

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/maxdiffusion/configs/ltx2_video.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ logical_axis_rules: [
5555
['conv_batch', ['data', 'context', 'fsdp']],
5656
['out_channels', 'tensor'],
5757
['conv_out', 'context'],
58-
['activation_kv_length', 'context'],
58+
['activation_self_attn_q_length', 'context'],
59+
['activation_self_attn_kv_length', 'context'],
5960
]
6061
data_sharding: ['data', 'fsdp', 'context', 'tensor']
6162

0 commit comments

Comments
 (0)