Skip to content

Commit 8437526

Browse files
committed
fix import error in partitioner_lib.py
1 parent e80b2a2 commit 8437526

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

extension/llm/export/partitioner_lib.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,8 @@ def get_qnn_partitioner(
160160
QnnPartitioner,
161161
)
162162

163-
# pyre-ignore: Undefined import [21]: Could not find a module corresponding to import `executorch.backends.qualcomm.serialization.qnn_compile_spec_schema`
164-
from executorch.backends.qualcomm.serialization.qnn_compile_spec_schema import (
165-
QcomChipset,
166-
)
163+
# pyre-ignore: Undefined import [21]: Could not find a module corresponding to import `executorch.backends.qualcomm.serialization.qc_schema`
164+
from executorch.backends.qualcomm.serialization.qc_schema import QcomChipset
167165

168166
# pyre-ignore: Undefined import [21]: Could not find a module corresponding to import `executorch.backends.qualcomm.utils.utils`
169167
from executorch.backends.qualcomm.utils.utils import (

0 commit comments

Comments
 (0)