Skip to content

Commit cf922f3

Browse files
committed
Set checkpoint_dir default to empty
Signed-off-by: Kunjan Patel <kunjan@ucla.edu>
1 parent 6a5a3b7 commit cf922f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/maxdiffusion/configs/base_wan_14b.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ remat_policy: "NONE"
198198

199199
# checkpoint every number of samples, -1 means don't checkpoint.
200200
checkpoint_every: -1
201-
checkpoint_dir: "/mnt/disks/kunjanp-dev/output-dir/test-wan-training-new/checkpoints"
201+
checkpoint_dir: ""
202202
# enables one replica to read the ckpt then broadcast to the rest
203203
enable_single_replica_ckpt_restoring: False
204204

0 commit comments

Comments
 (0)