Skip to content

Commit ebf32a2

Browse files
author
Joey Tsai
committed
[Fix lint]
1 parent 21f1745 commit ebf32a2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

backends/qualcomm/quantizer/custom_annotation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
)
1414
from executorch.backends.qualcomm.quantizer.utils import QUANT_ANNOTATION_KEY
1515
from executorch.exir.dialects._ops import ops as exir_ops
16-
from executorch.extension.llm.export.builder import LLMEdgeManager
1716
from torch.ao.quantization.quantizer import (
1817
QuantizationAnnotation,
1918
SharedQuantizationSpec,

examples/models/llama/export_llama_lib.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,7 @@ def _export_llama(modelname, args) -> LLMEdgeManager: # noqa: C901
643643
)
644644
# pyre-ignore: Undefined import [21]: Could not find a module corresponding to import `executorch.backends.qualcomm.utils.utils`
645645
from executorch.backends.qualcomm.utils.utils import _transform, tag_quant_io
646+
646647
# pyre-ignore: Undefined attribute [16]: Module `executorch.backends` has no attribute `qualcomm`, Optional type has no attribute `exported_program`
647648
_transform(builder_exported_to_edge.edge_manager.exported_program())
648649

0 commit comments

Comments
 (0)