Make name of compressed-tensors quant method consistent across vLLM (#17255)

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
Harry Mellor
2025-04-28 17:28:13 +01:00
committed by GitHub
parent f94886946e
commit b6dd32aa07
5 changed files with 10 additions and 14 deletions

View File

@@ -72,7 +72,7 @@ class CompressedTensorsConfig(QuantizationConfig):
return 70
def get_name(self) -> str:
return "compressed_tensors"
return "compressed-tensors"
def get_quant_method(
self,