Skip to content

Commit

Permalink
disable conv1d for rtn on HPU (#2112)
Browse files Browse the repository at this point in the history
  • Loading branch information
xin3he authored Jan 22, 2025
1 parent 12be4d2 commit a468783
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/3x/torch/quantization/weight_only/test_rtn.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,8 @@ def test_rtn_with_quantize_API(self):
), "The results of calling `convert` + `prepare` and calling `quantize` should be equal."

# TODO: (4, True, 32, 0), group_dim=0, format not supported
# TODO [SW-216127]: it's not in high priority, so we can implement it later.
@pytest.mark.skipif(is_hpex_available(), reason="These tests are not supported on HPU for now.")
@pytest.mark.parametrize(
"bits, use_sym, group_size, group_dim",
[
Expand Down

0 comments on commit a468783

Please sign in to comment.