We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e105424 commit be66d9bCopy full SHA for be66d9b
vllm/config.py
@@ -137,9 +137,9 @@ def _verify_quantization(self) -> None:
137
raise ValueError(
138
f"Unknown quantization method: {self.quantization}. Must "
139
f"be one of {supported_quantization}.")
140
- logger.warning(f"{self.quantization} quantization is not fully "
141
- "optimized yet. The speed can be slower than "
142
- "non-quantized models.")
+ logger.warning(f"{self.quantization} quantization is not fully "
+ "optimized yet. The speed can be slower than "
+ "non-quantized models.")
143
144
def verify_with_parallel_config(
145
self,
0 commit comments