Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
d44a5b6c
Unverified
Commit
d44a5b6c
authored
Feb 17, 2026
by
Tim Dettmers
Committed by
GitHub
Feb 17, 2026
Browse files
Remove dead bitsandbytes CxB code from 8-bit inference path (#34633)
Co-authored-by:
Claude Opus 4.6
<
noreply@anthropic.com
>
parent
1d65283e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
vllm/model_executor/layers/quantization/bitsandbytes.py
vllm/model_executor/layers/quantization/bitsandbytes.py
+0
-10
No files found.
vllm/model_executor/layers/quantization/bitsandbytes.py
View file @
d44a5b6c
...
...
@@ -336,16 +336,6 @@ class BitsAndBytesLinearMethod(LinearMethodBase):
current_index
+=
output_size
# only update the matmul_states if it is not profile_run
if
(
generation
>
0
and
not
self
.
quant_config
.
llm_int8_has_fp16_weight
and
matmul_states
[
i
].
CB
is
not
None
and
matmul_states
[
i
].
CxB
is
not
None
):
del
matmul_states
[
i
].
CB
qweight
[
offsets
[
i
]
:
offsets
[
i
+
1
]]
=
matmul_states
[
i
].
CxB
out
=
out
.
to
(
original_type
)
if
reshape_after_matmul
:
...
...
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