Skip to content

Commit d0736f6

Browse files
committed
test_kbit_backprop: skip no longer needed
1 parent f5654d6 commit d0736f6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_modules.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,6 @@ def test_linear_kbit_fp32_bias(device, module):
287287
@pytest.mark.parametrize("device", get_available_devices())
288288
@pytest.mark.parametrize("module", module_dict.values(), ids=module_dict.keys())
289289
def test_kbit_backprop(device, module):
290-
# if device == "xpu" and module == bnb.nn.Linear8bitLt and not ipex_xpu and triton_available:
291-
# pytest.xfail("Missing int8_double_quant implementation in Triton for XPU")
292290

293291
b = 16
294292
dim1 = 36

0 commit comments

Comments
 (0)