We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f98833 commit b7de749Copy full SHA for b7de749
tests/quantization/torchao/test_torchao.py
@@ -671,7 +671,7 @@ def test_quantization(self):
671
torch.cuda.empty_cache()
672
torch.cuda.synchronize()
673
674
- def test_serialization(self):
+ def test_serialization_int8wo(self):
675
quantization_config = TorchAoConfig("int8wo")
676
components = self.get_dummy_components(quantization_config)
677
pipe = FluxPipeline(**components)
0 commit comments