Skip to content

Commit 6340ac3

Browse files
committed
Removed empty line
1 parent d4f7ab9 commit 6340ac3

File tree

1 file changed

+0
-1
lines changed
  • bitsandbytes/backends/xpu

1 file changed

+0
-1
lines changed

bitsandbytes/backends/xpu/ops.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,5 @@ def _(
238238
register_kernel("bitsandbytes::gemv_4bit", "xpu")(triton_ops.gemv_4bit)
239239
register_kernel("bitsandbytes::optimizer_update_8bit_blockwise", "xpu")(triton_ops.optimizer_update_8bit_blockwise)
240240
register_kernel("bitsandbytes::optimizer_update_32bit", "xpu")(triton_ops.optimizer_update_32bit)
241-
242241
else:
243242
logger.warning("Register pytorch bitsandbytes kernels for XPU because no native library or triton packages found.")

0 commit comments

Comments
 (0)