summaryrefslogtreecommitdiff
path: root/tests/test_modules.py
diff options
context:
space:
mode:
authorjustheuristic <justheuristic@gmail.com>2022-09-18 01:21:12 +0300
committerjustheuristic <justheuristic@gmail.com>2022-09-18 01:21:12 +0300
commit37f805bb44cd577422b792ae5bd1110f3eec69f6 (patch)
tree078df7caff3c49d4f26f1f14d56e3686234b08e1 /tests/test_modules.py
parent6a826c41a6e4b9d8e6d2b8c768d769587cc85672 (diff)
debug
Diffstat (limited to 'tests/test_modules.py')
-rw-r--r--tests/test_modules.py2
1 files changed, 1 insertions, 1 deletions
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)