From 37f805bb44cd577422b792ae5bd1110f3eec69f6 Mon Sep 17 00:00:00 2001 From: justheuristic Date: Sun, 18 Sep 2022 01:21:12 +0300 Subject: debug --- tests/test_modules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_modules.py b/tests/test_modules.py index 01c9389..8108b35 100644 --- a/tests/test_modules.py +++ b/tests/test_modules.py @@ -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) -- cgit v1.2.3