Skip to content

Commit 9a7cd6d

Browse files
YifanShenSZcccclai
andauthored
Fix pyre error 2
Co-authored-by: cccclai <[email protected]>
1 parent 31a491f commit 9a7cd6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extension/llm/export/quantizer_lib.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ def get_coreml_quantizer(pt2e_quantize: str):
219219
}
220220
}
221221
)
222+
# pyre-ignore: Undefined attribute [16]: Module `executorch.backends` has no attribute `apple`.
222223
quantizer = CoreMLQuantizer(config)
223224

224225
elif pt2e_quantize == "coreml_qc4w":

0 commit comments

Comments
 (0)