Skip to content

Commit b45e9d1

Browse files
committed
auto_round_extension.kernel.qlinear -> auto_round_extension.ark.qlinear
1 parent c1a8169 commit b45e9d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto_round/inference/backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ def dynamic_import_inference_linear(backend, config):
634634
import auto_round_kernel as ark # pylint: disable=E0401
635635
except Exception as e:
636636
raise ImportError("Please install auto_round_kernel version for CPU/XPU")
637-
import auto_round_extension.kernel.qlinear as qlinear
637+
import auto_round_extension.ark.qlinear as qlinear
638638

639639
if "zp" in backend:
640640
return qlinear.QuantLinearGPTQ

0 commit comments

Comments
 (0)