Skip to content

Commit 94cd520

Browse files
committed
dot attn for audio self attn+ replication of audio stream over context axis
1 parent 0063212 commit 94cd520

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/maxdiffusion/models/ltx2/transformer_ltx2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def __init__(
239239
eps=norm_eps,
240240
dtype=dtype,
241241
mesh=mesh,
242-
attention_kernel=self.attention_kernel,
242+
attention_kernel="dot_product",
243243
rope_type=rope_type,
244244
flash_block_sizes=flash_block_sizes,
245245
)
@@ -265,7 +265,7 @@ def __init__(
265265
eps=norm_eps,
266266
dtype=dtype,
267267
mesh=mesh,
268-
attention_kernel=self.attention_kernel,
268+
attention_kernel="dot_product",
269269
rope_type=rope_type,
270270
flash_block_sizes=flash_block_sizes,
271271
)

0 commit comments

Comments
 (0)