Skip to content

Commit 08ab62b

Browse files
committed
separated checkpointer
1 parent 6a61738 commit 08ab62b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/maxdiffusion/checkpointing/wan_checkpointer_2_1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import jax
44
import numpy as np
55
from typing import Optional, Tuple
6-
from checkpointing.wan_checkpointer import WanCheckpointer
6+
from wan_checkpointer import WanCheckpointer
77
from ..pipelines.wan.wan_pipeline import WanPipeline2_1
88
from .. import max_logging
99
import orbax.checkpoint as ocp

src/maxdiffusion/checkpointing/wan_checkpointer_2_2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from .. import max_logging
88
import orbax.checkpoint as ocp
99
from etils import epath
10-
from checkpointing.wan_checkpointer import WanCheckpointer
10+
from wan_checkpointer import WanCheckpointer
1111

1212
class WanCheckpointer2_2(WanCheckpointer):
1313

0 commit comments

Comments
 (0)