mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-16 14:56:09 +08:00
[Misc] set single whitespace between log sentences (#13771)
Signed-off-by: cjackal <44624812+cjackal@users.noreply.github.com>
This commit is contained in:
parent
7196a3b1db
commit
51010a1807
@ -25,8 +25,8 @@ class NeuronQuantConfig(QuantizationConfig):
|
|||||||
if self.quant_dtype not in SUPPORTED_QUANT_DTYPE_LIST:
|
if self.quant_dtype not in SUPPORTED_QUANT_DTYPE_LIST:
|
||||||
raise ValueError(
|
raise ValueError(
|
||||||
f"Neuron quantization datatype {self.quant_dtype} is not valid,"
|
f"Neuron quantization datatype {self.quant_dtype} is not valid,"
|
||||||
f"the quantization datatype should match one of the below types"
|
f" the quantization datatype should match one of the below "
|
||||||
f"{SUPPORTED_QUANT_DTYPE_LIST}")
|
f"types {SUPPORTED_QUANT_DTYPE_LIST}")
|
||||||
self.dequant_dtype = dequant_dtype
|
self.dequant_dtype = dequant_dtype
|
||||||
self.quantize_method = quantize_method
|
self.quantize_method = quantize_method
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user