Commit a9c7953e authored by justheuristic's avatar justheuristic
Browse files

cast to half before double_quant

parent 469d5a63
......@@ -354,7 +354,7 @@ def test_matmullt(
state.SCB,
SCBt,
coo_tensorB,
) = bnb.functional.double_quant(B2)
) = bnb.functional.double_quant(B2.half())
B2 = state.CB
if not transpose[0] and transpose[1]:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment