Skip to content

Commit e8cc8e8

Browse files
Update run_quant.py
Signed-off-by: chichun-charlie-liu <[email protected]>
1 parent 52e4955 commit e8cc8e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

fms_mo/run_quant.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,7 @@ def run_gptq(model_args, data_args, opt_args, gptq_args):
127127

128128
# Third Party
129129
from gptqmodel import GPTQModel, QuantizeConfig
130-
from gptqmodel.models._const import SUPPORTED_MODELS
131-
from gptqmodel.models.auto import MODEL_MAP
130+
from gptqmodel.models.auto import MODEL_MAP, SUPPORTED_MODELS
132131
from gptqmodel.utils.backend import BACKEND
133132

134133
# Local

0 commit comments

Comments
 (0)