Skip to content

Commit 20f38fc

Browse files
robertgshaw2-redhatRobert Shaw
authored andcommitted
[Quantization][Deprecation] Remove RTN (vllm-project#32697)
Signed-off-by: Robert Shaw <robshaw@redhat.com> Co-authored-by: Robert Shaw <robshaw@redhat.com> Signed-off-by: 陈建华 <1647430658@qq.com>
1 parent 1bc92b2 commit 20f38fc

4 files changed

Lines changed: 0 additions & 730 deletions

File tree

tests/quantization/test_rtn.py

Lines changed: 0 additions & 39 deletions
This file was deleted.

vllm/model_executor/layers/quantization/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"quark",
3232
"moe_wna16",
3333
"torchao",
34-
"rtn",
3534
"inc",
3635
"mxfp4",
3736
"petit_nvfp4",
@@ -49,7 +48,6 @@
4948
"gptq_bitblas",
5049
"experts_int8",
5150
"ipex",
52-
"rtn",
5351
"petit_nvfp4",
5452
]
5553

@@ -138,7 +136,6 @@ def get_quantization_config(quantization: str) -> type[QuantizationConfig]:
138136
from .mxfp4 import Mxfp4Config
139137
from .petit import PetitNvFp4Config
140138
from .ptpc_fp8 import PTPCFp8Config
141-
from .rtn import RTNConfig
142139
from .torchao import TorchAOConfig
143140

144141
method_to_config: dict[str, type[QuantizationConfig]] = {
@@ -163,7 +160,6 @@ def get_quantization_config(quantization: str) -> type[QuantizationConfig]:
163160
"quark": QuarkConfig,
164161
"moe_wna16": MoeWNA16Config,
165162
"torchao": TorchAOConfig,
166-
"rtn": RTNConfig,
167163
"auto-round": INCConfig,
168164
"inc": INCConfig,
169165
"mxfp4": Mxfp4Config,

0 commit comments

Comments
 (0)