forked from mrq/bitsandbytes-rocm
debug
This commit is contained in:
parent
6a826c41a6
commit
37f805bb44
|
@ -567,7 +567,7 @@ def test_linear8bitlt_no_fp16_weights(threshold, memory_efficient_backward):
|
|||
|
||||
mlp.zero_grad()
|
||||
(o1 * grad_proj).sum().backward()
|
||||
|
||||
assert False, (w1, w2)
|
||||
grad_ref = grad_proj.flatten(2) @ w2 @ w1
|
||||
assert torch.allclose(b1.grad, grad_ref)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user