We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a61738 commit 08ab62bCopy full SHA for 08ab62b
2 files changed
src/maxdiffusion/checkpointing/wan_checkpointer_2_1.py
@@ -3,7 +3,7 @@
3
import jax
4
import numpy as np
5
from typing import Optional, Tuple
6
-from checkpointing.wan_checkpointer import WanCheckpointer
+from wan_checkpointer import WanCheckpointer
7
from ..pipelines.wan.wan_pipeline import WanPipeline2_1
8
from .. import max_logging
9
import orbax.checkpoint as ocp
src/maxdiffusion/checkpointing/wan_checkpointer_2_2.py
@@ -7,7 +7,7 @@
from etils import epath
10
11
12
class WanCheckpointer2_2(WanCheckpointer):
13
0 commit comments