Skip to content

Commit b93aca6

Browse files
committed
changed per device batch size to 0.125
1 parent cdc0271 commit b93aca6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/maxdiffusion/tests/wan_magcache_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def setUpClass(cls):
161161
"skip_jax_distributed_system=True",
162162
"weights_dtype=bfloat16",
163163
"activations_dtype=bfloat16",
164-
"per_device_batch_size=0.25",
164+
"per_device_batch_size=0.125",
165165
"ici_data_parallelism=2",
166166
"ici_fsdp_parallelism=1",
167167
"ici_context_parallelism=4",
@@ -321,7 +321,7 @@ def setUpClass(cls):
321321
"skip_jax_distributed_system=True",
322322
"weights_dtype=bfloat16",
323323
"activations_dtype=bfloat16",
324-
"per_device_batch_size=0.25",
324+
"per_device_batch_size=0.125",
325325
"ici_data_parallelism=2",
326326
"ici_fsdp_parallelism=1",
327327
"ici_context_parallelism=4",

0 commit comments

Comments
 (0)