Skip to content

Commit 36fb678

Browse files
committed
testing with rope type = interleaved
1 parent 38b0640 commit 36fb678

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/maxdiffusion/models/ltx2/text_encoders/text_encoders_ltx2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def __init__(
5353
connector_rope_base_seq_len: int = 4096,
5454
rope_double_precision: bool = True,
5555
rope_theta: float = 10000.0,
56-
rope_type: str = "split",
56+
rope_type: str = "interleaved",
5757
causal_temporal_positioning: bool = False,
5858
dtype: DType = jnp.float32,
5959
attention_kernel: str = "flash",

0 commit comments

Comments
 (0)