Skip to content

Commit 89c5ebd

Browse files
committed
Removed unused imports
1 parent 00ae6fc commit 89c5ebd

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/maxdiffusion/models/wan/autoencoder_kl_wan.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@
3939
except LookupError:
4040
pass
4141

42-
43-
from jax.sharding import PartitionSpec
44-
from jax.lax import with_sharding_constraint
45-
46-
4742
def _update_cache(cache, idx, value):
4843
if cache is None:
4944
return None

0 commit comments

Comments
 (0)