Skip to content

Commit

Permalink
fix import (#1369)
Browse files Browse the repository at this point in the history
  • Loading branch information
CSY-ModelCloud authored Mar 3, 2025
1 parent e3397c2 commit 1c788b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gptqmodel/utils/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@

from gptqmodel.nn_modules.qlinear.exllama_eora import ExllamaEoraQuantLinear
from gptqmodel.nn_modules.qlinear.marlin import MarlinQuantLinear
from .logger import setup_logger

from ..adapter.adapter import Adapter
from ..looper.named_module import NamedModule
Expand All @@ -61,7 +62,6 @@
from ..quantization.config import FORMAT_FIELD_JSON, dynamic_get
from .backend import BACKEND
from .importer import select_quant_linear
from .log import setup_logger
from .torch import torch_empty_cache, torch_new_stream_ctx


Expand Down

0 comments on commit 1c788b0

Please sign in to comment.