Skip to content

Commit 9331602

Browse files
committed
fix
1 parent 7ede82b commit 9331602

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
@@ -133,6 +133,7 @@ class MockConfig:
133133
quantize_kvcache = False
134134
decoder_block = common_types.DecoderBlockType.GEMMA3
135135
use_chunked_prefill = False
136+
attention_type = "dot_product"
136137

137138
self.text_encoder = MaxTextGemma3FeatureExtractor(
138139
config=MockConfig(),

0 commit comments

Comments
 (0)