We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b931522 commit 1ce172bCopy full SHA for 1ce172b
1 file changed
src/maxdiffusion/tests/ltx2_smoke_test.py
@@ -48,6 +48,10 @@ def setUpClass(cls):
48
"num_frames=9", # Small number of frames
49
"seed=0",
50
"attention=flash",
51
+ "ici_fsdp_parallelism=8",
52
+ "ici_data_parallelism=1",
53
+ "ici_context_parallelism=1",
54
+ "ici_tensor_parallelism=1",
55
],
56
unittest=True,
57
)
0 commit comments