We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 042db92 commit a1b51e1Copy full SHA for a1b51e1
tests/test_modules.py
@@ -5,8 +5,6 @@
5
from torch import nn
6
7
import bitsandbytes as bnb
8
-from bitsandbytes.backends.utils import triton_available
9
-from bitsandbytes.functional import ipex_xpu
10
from tests.helpers import get_available_devices, id_formatter
11
12
@@ -287,7 +285,6 @@ def test_linear_kbit_fp32_bias(device, module):
287
285
@pytest.mark.parametrize("device", get_available_devices())
288
286
@pytest.mark.parametrize("module", module_dict.values(), ids=module_dict.keys())
289
def test_kbit_backprop(device, module):
290
-
291
b = 16
292
dim1 = 36
293
dim2 = 84
0 commit comments