Skip to content

Commit a530902

Browse files
committed
fix
1 parent b90b1cf commit a530902

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
@@ -129,6 +129,7 @@ class MockConfig:
129129
use_post_attn_norm = True
130130
attention = "dot_product" # attention_kernel
131131
quantization = "" # for configure_kv_quant
132+
quantize_kvcache = False
132133

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

0 commit comments

Comments
 (0)