Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
bitsandbytes
Commits
a9c7953e
Commit
a9c7953e
authored
Sep 17, 2022
by
justheuristic
Browse files
cast to half before double_quant
parent
469d5a63
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/test_autograd.py
tests/test_autograd.py
+1
-1
No files found.
tests/test_autograd.py
View file @
a9c7953e
...
...
@@ -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
]:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment