Skip to content

Commit d88763e

Browse files
committed
fix
1 parent 700fb65 commit d88763e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

run_wan_on_vm.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ flash_min_seq_length=0 \
6060
seed=$RANDOM \
6161
skip_first_n_steps_for_profiler=3 \
6262
profiler_steps=3 \
63-
per_device_batch_size=0.5 \
64-
ici_data_parallelism=2 \
65-
ici_fsdp_parallelism=2 \
63+
per_device_batch_size=0.25 \
64+
ici_data_parallelism=1 \
65+
ici_fsdp_parallelism=4 \
6666
ici_tensor_parallelism=1 \
6767
enable_ssim=False

0 commit comments

Comments
 (0)