Skip to content

Commit 4fa939b

Browse files
authored
unskip test_4bit_quant
1 parent fcbec79 commit 4fa939b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_functional.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,6 @@ class TestQuantize4BitFunctional:
11111111
"blocksize",
11121112
[64, 128, 256, 512, 1024, 2048, 4096] if not HIP_ENVIRONMENT else [128, 256, 512, 1024, 2048, 4096],
11131113
)
1114-
@pytest.mark.skipif(HIP_ENVIRONMENT, reason="this test is not supported on ROCm yet")
11151114
def test_4bit_quant(self, device, dtype, quant_type, blocksize):
11161115
if device == "hpu" and not is_supported_on_hpu(quant_type, dtype):
11171116
pytest.skip("This configuration is not supported on HPU.")

0 commit comments

Comments
 (0)