Skip to content

Commit 1c36022

Browse files
committed
Parametrize test
Signed-off-by: Kunjan Patel <kunjanp@google.com>
1 parent 721b4c6 commit 1c36022

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/maxdiffusion/tests/wan_transformer_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def test_wan_block(self):
188188
qk_norm=qk_norm,
189189
cross_attn_norm=cross_attn_norm,
190190
eps=eps,
191-
attention=attention,
191+
attention="flash",
192192
mesh=mesh,
193193
flash_block_sizes=flash_block_sizes,
194194
)

0 commit comments

Comments
 (0)