Skip to content

Commit 83cea6b

Browse files
committed
fix format
Signed-off-by: jiqing-feng <[email protected]>
1 parent 7c9281c commit 83cea6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitsandbytes/autograd/_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ def backward(ctx, grad_output):
337337
# compute grad_bias first before changing grad_output dtype
338338
grad_bias = grad_output.sum(0, dtype=ctx.dtype_bias)
339339

340-
# Cast grad_output to fp16
340+
# Cast grad_output to fp16
341341
if len(grad_output.shape) == 3:
342342
grad_output = grad_output.reshape(-1, grad_output.shape[-1]).contiguous()
343343

0 commit comments

Comments
 (0)