Skip to content

Commit e221517

Browse files
committed
Remove comment
1 parent 50249c4 commit e221517

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/maxdiffusion/tests/wan_transformer_test.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -197,15 +197,6 @@ def test_wan_block(self):
197197
assert dummy_output.shape == dummy_hidden_states.shape
198198

199199
def test_wan_attention(self):
200-
# pyconfig.initialize(
201-
# [
202-
# None,
203-
# os.path.join(THIS_DIR, "..", "configs", "base_wan_14b.yml"),
204-
# ],
205-
# unittest=True,
206-
# )
207-
# config = pyconfig.config
208-
209200
for attention_kernel in ["flash", "tokamax_flash"]:
210201
pyconfig.initialize(
211202
[

0 commit comments

Comments
 (0)