We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 851a852 commit 9187ccfCopy full SHA for 9187ccf
1 file changed
src/maxdiffusion/tests/ltx_2_transformer_test.py
@@ -241,10 +241,8 @@ def test_transformer_3d_model_instantiation_and_forward(self):
241
num_frames=self.num_frames,
242
height=self.height,
243
width=self.width,
244
- width=self.width,
245
audio_num_frames=128,
246
fps=24.0,
247
- fps=24.0,
248
return_dict=True,
249
encoder_attention_mask=encoder_attention_mask,
250
audio_encoder_attention_mask=audio_encoder_attention_mask
@@ -315,13 +313,10 @@ def test_scan_remat_parity(self):
315
313
audio_encoder_hidden_states=audio_encoder_hidden_states,
316
314
timestep=timestep,
317
318
- height=self.height,
319
320
321
322
323
324
325
326
)
327
0 commit comments