Skip to content

Commit f8630d2

Browse files
committed
fix format
Signed-off-by: jiqing-feng <jiqing.feng@intel.com>
1 parent c69f67b commit f8630d2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • bitsandbytes/backends/cpu

bitsandbytes/backends/cpu/ops.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def _(A: torch.Tensor, B: torch.Tensor):
2626

2727

2828
if not isinstance(lib, ErrorHandlerMockBNBNativeLibrary):
29+
2930
@register_kernel("bitsandbytes::quantize_blockwise", "cpu")
3031
def _(A: torch.Tensor, code: torch.Tensor, blocksize: int) -> tuple[torch.Tensor, torch.Tensor]:
3132
torch._check_is_size(blocksize)

0 commit comments

Comments
 (0)