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 55cce68 + 886ac77 commit 5f5bc8eCopy full SHA for 5f5bc8e
__init__.py
test/test.py
@@ -894,6 +894,12 @@ 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