diff --git a/vllm/config.py b/vllm/config.py index 1624c7c5d07ca..5fbfbd769296f 100644 --- a/vllm/config.py +++ b/vllm/config.py @@ -137,9 +137,9 @@ class ModelConfig: raise ValueError( f"Unknown quantization method: {self.quantization}. Must " f"be one of {supported_quantization}.") - logger.warning(f"{self.quantization} quantization is not fully " - "optimized yet. The speed can be slower than " - "non-quantized models.") + logger.warning(f"{self.quantization} quantization is not fully " + "optimized yet. The speed can be slower than " + "non-quantized models.") def verify_with_parallel_config( self,