Skip to content

Commit f5608b7

Browse files
committed
test
1 parent c5bb862 commit f5608b7

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
@@ -1223,6 +1223,7 @@ def __call__(
12231223
with context_manager, axis_rules_context:
12241224
connectors_graphdef, connectors_state = nnx.split(self.connectors)
12251225

1226+
@staticmethod
12261227
@jax.jit
12271228
def run_connectors(graphdef, state, hidden_states, attention_mask):
12281229
model = nnx.merge(graphdef, state)

0 commit comments

Comments
 (0)