Skip to content

Commit f360a08

Browse files
cleanup
1 parent 9d0f459 commit f360a08

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bitsandbytes/functional.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,8 +1142,6 @@ def quantize_4bit(
11421142

11431143
if compress_statistics:
11441144
offset = absmax.mean()
1145-
# absmax -= offset
1146-
# qabsmax, state2 = quantize_blockwise(absmax, blocksize=256)
11471145
qabsmax, state2 = quantize_blockwise(absmax - offset, blocksize=256)
11481146
del absmax
11491147
state = QuantState(

0 commit comments

Comments
 (0)