Skip to content

Commit 4da2227

Browse files
committed
debug
1 parent 4b4a9ef commit 4da2227

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bitsandbytes/autograd/_functions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,8 @@ def backward(ctx, grad_output):
370370
if state.threshold > 0.0 and subA is not None:
371371
grad_B[:, idx] += torch.matmul(grad_output.t(), subA)
372372

373+
raise NotImplementedError("!!")
374+
373375
if req_gradA:
374376
if state.CBt is not None:
375377
C32grad, Sgrad = F.transform(Cgrad, "col32")

0 commit comments

Comments
 (0)