Skip to content

Commit c2f9b67

Browse files
linoybuxinhe3
authored andcommitted
[SW-227504] disabled test (#226)
1 parent a2a4e4c commit c2f9b67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/3x/torch/quantization/weight_only/test_autoround.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,8 @@ def teardown_class(self):
310310
def setup_method(self, method):
311311
torch.compiler.reset()
312312
logger.info(f"Running TestAutoRound test: {method.__name__}")
313-
313+
314+
@pytest.mark.skip(reason="Disabled, see JIRA: https://jira.habana-labs.com/browse/SW-227554")
314315
def test_autoround_w4a8(self):
315316
fp32_model = copy.deepcopy(self.tiny_llama_model)
316317
quant_config = AutoRoundConfig(

0 commit comments

Comments
 (0)