Skip to content

Commit 0f83ffe

Browse files
committed
debug
1 parent ad5d293 commit 0f83ffe

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
@@ -518,7 +518,7 @@ def __init__(
518518
self.audio_caption_projection = NNXPixArtAlphaTextProjection(
519519
rngs=rngs, in_features=self.caption_channels, hidden_size=audio_inner_dim, dtype=self.dtype, weights_dtype=self.weights_dtype
520520
)
521-
521+
import sys
522522
print(f"DEBUG IN INIT: inner_dim={inner_dim}, num_attention_heads={num_attention_heads}, attention_head_dim={attention_head_dim}")
523523
sys.stdout.flush()
524524

0 commit comments

Comments
 (0)