Skip to content

Commit b7de749

Browse files
a-r-r-o-wsayakpaul
andauthored
Update tests/quantization/torchao/test_torchao.py
Co-authored-by: Sayak Paul <[email protected]>
1 parent 9f98833 commit b7de749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/quantization/torchao/test_torchao.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ def test_quantization(self):
671671
torch.cuda.empty_cache()
672672
torch.cuda.synchronize()
673673

674-
def test_serialization(self):
674+
def test_serialization_int8wo(self):
675675
quantization_config = TorchAoConfig("int8wo")
676676
components = self.get_dummy_components(quantization_config)
677677
pipe = FluxPipeline(**components)

0 commit comments

Comments
 (0)