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 a2a4e4c commit c2f9b67Copy full SHA for c2f9b67
test/3x/torch/quantization/weight_only/test_autoround.py
@@ -310,7 +310,8 @@ def teardown_class(self):
310
def setup_method(self, method):
311
torch.compiler.reset()
312
logger.info(f"Running TestAutoRound test: {method.__name__}")
313
-
+
314
+ @pytest.mark.skip(reason="Disabled, see JIRA: https://jira.habana-labs.com/browse/SW-227554")
315
def test_autoround_w4a8(self):
316
fp32_model = copy.deepcopy(self.tiny_llama_model)
317
quant_config = AutoRoundConfig(
0 commit comments