Skip to content

Commit efce9a5

Browse files
committed
debug
1 parent d3a22e4 commit efce9a5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/maxdiffusion/pipelines/ltx2/ltx2_pipeline.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,7 @@ def create_model(rngs: nnx.Rngs, config: HyperParameters):
390390
sharding = NamedSharding(mesh, P())
391391
state[path].value = device_put_replicated(val, sharding)
392392
else:
393+
max_logging.log(f"[Tuning] VAE Key {path} fell into default sharding fallback!")
393394
state[path].value = jax.device_put(val)
394395

395396
state = nnx.from_flat_state(state)

0 commit comments

Comments
 (0)