We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f5d32c commit d639254Copy full SHA for d639254
1 file changed
src/maxdiffusion/tests/ltx_2_transformer_test.py
@@ -272,14 +272,14 @@ def test_scan_remat_parity(self):
272
patch_size=self.patch_size,
273
patch_size_t=self.patch_size_t,
274
num_attention_heads=8,
275
- attention_head_dim=4,
+ attention_head_dim=128,
276
num_layers=2, # Need >1 layer to test scan effectively
277
caption_channels=32,
278
cross_attention_dim=32,
279
audio_in_channels=self.audio_in_channels,
280
audio_out_channels= self.audio_in_channels,
281
audio_num_attention_heads=8,
282
- audio_attention_head_dim=4,
+ audio_attention_head_dim=128,
283
audio_cross_attention_dim=32
284
)
285
0 commit comments