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
d8d157f4
Unverified
Commit
d8d157f4
authored
Mar 07, 2025
by
Ethan Kiang
Committed by
GitHub
Mar 07, 2025
Browse files
Fix CPU dequantization to use nested dequantized scaling constant (#1549)
parent
b8223fed
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bitsandbytes/functional.py
bitsandbytes/functional.py
+1
-1
No files found.
bitsandbytes/functional.py
View file @
d8d157f4
...
...
@@ -1049,7 +1049,7 @@ def dequantize_blockwise(
lib
.
cdequantize_blockwise_cpu_fp32
(
get_ptr
(
code
),
get_ptr
(
A
),
get_ptr
(
quant_state
.
absmax
),
get_ptr
(
absmax
),
get_ptr
(
out
),
ct
.
c_longlong
(
quant_state
.
blocksize
),
ct
.
c_longlong
(
A
.
numel
()),
...
...
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