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.
2 parents bc2deb7 + 490c7c1 commit 4aae2a3Copy full SHA for 4aae2a3
test/test.py
@@ -894,12 +894,6 @@ def test_aq_int8_dynamic_quant_subclass(self):
894
AQInt8DynamicallyQuantizedLinearWeight.from_float, 35, test_dtype
895
)
896
897
- def test_aq_int8_weight_only_quant_subclass(self):
898
- for test_dtype in [torch.float32, torch.float16, torch.bfloat16]:
899
- self._test_lin_weight_subclass_impl(
900
- AQInt8DynamicallyQuantizedLinearWeight.from_float, 35, test_dtype
901
- )
902
-
903
def test_aq_int8_weight_only_quant_subclass(self):
904
for test_dtype in [torch.float32, torch.float16, torch.bfloat16]:
905
self._test_lin_weight_subclass_impl(
0 commit comments