Skip to content

Commit 1c788b0

Browse files
fix import (#1369)
1 parent e3397c2 commit 1c788b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gptqmodel/utils/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242

4343
from gptqmodel.nn_modules.qlinear.exllama_eora import ExllamaEoraQuantLinear
4444
from gptqmodel.nn_modules.qlinear.marlin import MarlinQuantLinear
45+
from .logger import setup_logger
4546

4647
from ..adapter.adapter import Adapter
4748
from ..looper.named_module import NamedModule
@@ -61,7 +62,6 @@
6162
from ..quantization.config import FORMAT_FIELD_JSON, dynamic_get
6263
from .backend import BACKEND
6364
from .importer import select_quant_linear
64-
from .log import setup_logger
6565
from .torch import torch_empty_cache, torch_new_stream_ctx
6666

6767

0 commit comments

Comments
 (0)