Skip to content

Commit d639254

Browse files
committed
dim changed in test
1 parent 1f5d32c commit d639254

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/maxdiffusion/tests/ltx_2_transformer_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,14 +272,14 @@ def test_scan_remat_parity(self):
272272
patch_size=self.patch_size,
273273
patch_size_t=self.patch_size_t,
274274
num_attention_heads=8,
275-
attention_head_dim=4,
275+
attention_head_dim=128,
276276
num_layers=2, # Need >1 layer to test scan effectively
277277
caption_channels=32,
278278
cross_attention_dim=32,
279279
audio_in_channels=self.audio_in_channels,
280280
audio_out_channels= self.audio_in_channels,
281281
audio_num_attention_heads=8,
282-
audio_attention_head_dim=4,
282+
audio_attention_head_dim=128,
283283
audio_cross_attention_dim=32
284284
)
285285

0 commit comments

Comments
 (0)