We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aee98f2 commit a15e842Copy full SHA for a15e842
1 file changed
src/maxdiffusion/tests/ltx2_pipeline_test.py
@@ -91,6 +91,7 @@ def setUp(self):
91
92
try:
93
from maxdiffusion.pipelines.ltx2.ltx2_pipeline import MaxTextGemma3FeatureExtractor
94
+ from MaxText import common_types
95
# Partial mock for config if needed
96
class MockConfig:
97
vocab_size = 32000
0 commit comments