We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d0babb commit 007fde4Copy full SHA for 007fde4
1 file changed
src/maxdiffusion/models/ltx2/vocoder_ltx2.py
@@ -15,7 +15,7 @@
15
"""
16
17
import math
18
-from typing import Sequence
+from typing import Sequence, Optional, Tuple
19
20
import jax
21
import jax.numpy as jnp
0 commit comments