Skip to content

Commit 2f056b9

Browse files
committed
not there yet
1 parent 0c43506 commit 2f056b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ def _verify_quantization(self) -> None:
427427
optimized_quantization_methods = [
428428
"fp8", "marlin", "modelopt", "gptq_marlin_24", "gptq_marlin",
429429
"awq_marlin", "fbgemm_fp8", "compressed_tensors",
430-
"compressed-tensors", "experts_int8", "ptpc_fp8"
430+
"compressed-tensors", "experts_int8"
431431
]
432432
if self.quantization is not None:
433433
self.quantization = self.quantization.lower()

0 commit comments

Comments
 (0)