Skip to content

Commit cc5f2eb

Browse files
committed
fix
1 parent d9617a0 commit cc5f2eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/maxdiffusion/models/ltx_2/transformer_ltx2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ def __init__(
427427
audio_sampling_rate: int = 16000,
428428
audio_hop_length: int = 160,
429429
num_layers: int = 48, # Shared arguments
430-
activation_fn: str = "gelu-approximate",
430+
activation_fn: str = "gelu",
431431
qk_norm: str = "rms_norm_across_heads",
432432
norm_elementwise_affine: bool = False,
433433
norm_eps: float = 1e-6,

0 commit comments

Comments
 (0)