Skip to content

Commit 3386550

Browse files
committed
Test on attention type and automatically modify flash block sizes object when 'tokamax_flash' requested
Signed-off-by: Kunjan Patel <kunjanp@google.com>
1 parent c379559 commit 3386550

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/maxdiffusion/tests/wan_transformer_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@ def test_wan_attention(self):
212212
None,
213213
os.path.join(THIS_DIR, "..", "configs", "base_wan_14b.yml"),
214214
f"attention={attention_kernel}"
215-
]
215+
],
216+
unittest=True
216217
)
217218
config = pyconfig.config
218219
batch_size = 1

0 commit comments

Comments
 (0)