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
141cd439
Unverified
Commit
141cd439
authored
Jan 28, 2026
by
Michael Goin
Committed by
GitHub
Jan 28, 2026
Browse files
[UX] Remove noisy CT UnquantizedLinearMethod warn (#33273)
Signed-off-by:
mgoin
<
mgoin64@gmail.com
>
parent
6bf3b46d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
vllm/model_executor/layers/quantization/compressed_tensors/compressed_tensors.py
...ers/quantization/compressed_tensors/compressed_tensors.py
+1
-5
No files found.
vllm/model_executor/layers/quantization/compressed_tensors/compressed_tensors.py
View file @
141cd439
...
...
@@ -751,11 +751,7 @@ class CompressedTensorsConfig(QuantizationConfig):
model_compression_config
=
model_compression_config
,
)
elif
weight_quant
is
None
:
logger
.
warning_once
(
"Acceleration for non-quantized schemes is "
"not supported by Compressed Tensors. "
"Falling back to UnquantizedLinearMethod"
)
# Falling back to UnquantizedLinearMethod
return
None
else
:
...
...
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