Skip to content

Commit 1513e52

Browse files
sayakpauldg845
andauthored
Update tests/models/transformers/test_models_transformer_z_image.py
Co-authored-by: dg845 <58458699+dg845@users.noreply.github.com>
1 parent 91a8c2a commit 1513e52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/models/transformers/test_models_transformer_z_image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def test_group_offloading_with_disk(self):
140140
super().test_group_offloading_with_disk()
141141

142142

143-
class Flux2TransformerCompileTests(TorchCompileTesterMixin, unittest.TestCase):
143+
class ZImageTransformerCompileTests(TorchCompileTesterMixin, unittest.TestCase):
144144
model_class = ZImageTransformer2DModel
145145
different_shapes_for_compilation = [(4, 4), (4, 8), (8, 8)]
146146

0 commit comments

Comments
 (0)