Skip to content

Commit a7259df

Browse files
committed
Fix lint error
1 parent 194fef0 commit a7259df

File tree

1 file changed

+2
-0
lines changed
  • bitsandbytes/backends/hpu

1 file changed

+2
-0
lines changed

bitsandbytes/backends/hpu/ops.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
from ..._ops import register_kernel
77
from ..utils import GAUDI_SW_VER
88

9+
910
# convert btw standard 4-bit compression format and ipex compression format
1011
# needed for backward compatibility with older versions of gaudi sw
1112
def _reverse_4bit_compress_format(weight: torch.Tensor):
@@ -14,6 +15,7 @@ def _reverse_4bit_compress_format(weight: torch.Tensor):
1415
out = out_1 | out_2
1516
return out
1617

18+
1719
@register_kernel("bitsandbytes::dequantize_4bit", "hpu")
1820
def _(
1921
A: torch.Tensor,

0 commit comments

Comments
 (0)