mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-20 21:35:51 +08:00
Fix warning msg on quantization (#1715)
This commit is contained in:
parent
e1054247ba
commit
be66d9b125
@ -137,9 +137,9 @@ class ModelConfig:
|
|||||||
raise ValueError(
|
raise ValueError(
|
||||||
f"Unknown quantization method: {self.quantization}. Must "
|
f"Unknown quantization method: {self.quantization}. Must "
|
||||||
f"be one of {supported_quantization}.")
|
f"be one of {supported_quantization}.")
|
||||||
logger.warning(f"{self.quantization} quantization is not fully "
|
logger.warning(f"{self.quantization} quantization is not fully "
|
||||||
"optimized yet. The speed can be slower than "
|
"optimized yet. The speed can be slower than "
|
||||||
"non-quantized models.")
|
"non-quantized models.")
|
||||||
|
|
||||||
def verify_with_parallel_config(
|
def verify_with_parallel_config(
|
||||||
self,
|
self,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user