Skip to content

Commit 37f805b

Browse files
committed
debug
1 parent 6a826c4 commit 37f805b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_modules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ def test_linear8bitlt_no_fp16_weights(threshold, memory_efficient_backward):
567567

568568
mlp.zero_grad()
569569
(o1 * grad_proj).sum().backward()
570-
570+
assert False, (w1, w2)
571571
grad_ref = grad_proj.flatten(2) @ w2 @ w1
572572
assert torch.allclose(b1.grad, grad_ref)
573573

0 commit comments

Comments
 (0)