Skip to content

Commit 885b441

Browse files
committed
fix
1 parent 6f97ff3 commit 885b441

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/maxdiffusion/models/ltx2/attention_ltx2.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,8 @@ def __init__(
388388
heads=heads,
389389
dim_head=dim_head,
390390
dtype=dtype,
391+
axis_names_q=("batch", "heads", "length", "kv"),
392+
axis_names_kv=("batch", "heads", "length", "kv"),
391393
)
392394

393395
def __call__(

0 commit comments

Comments
 (0)