Skip to content

Commit a1b51e1

Browse files
committed
remove unused
1 parent 042db92 commit a1b51e1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_modules.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
from torch import nn
66

77
import bitsandbytes as bnb
8-
from bitsandbytes.backends.utils import triton_available
9-
from bitsandbytes.functional import ipex_xpu
108
from tests.helpers import get_available_devices, id_formatter
119

1210

@@ -287,7 +285,6 @@ def test_linear_kbit_fp32_bias(device, module):
287285
@pytest.mark.parametrize("device", get_available_devices())
288286
@pytest.mark.parametrize("module", module_dict.values(), ids=module_dict.keys())
289287
def test_kbit_backprop(device, module):
290-
291288
b = 16
292289
dim1 = 36
293290
dim2 = 84

0 commit comments

Comments
 (0)