Skip to content

Commit aee98f2

Browse files
committed
fix
1 parent a530902 commit aee98f2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/maxdiffusion/tests/ltx2_pipeline_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ class MockConfig:
130130
attention = "dot_product" # attention_kernel
131131
quantization = "" # for configure_kv_quant
132132
quantize_kvcache = False
133+
decoder_block = common_types.DecoderBlockType.GEMMA3
133134

134135
self.text_encoder = MaxTextGemma3FeatureExtractor(
135136
config=MockConfig(),

0 commit comments

Comments
 (0)