Skip to content

Commit a9a289c

Browse files
Di Xu (SWE)facebook-github-bot
authored andcommitted
Add more context for buck users on the coreml pte2 quantization errors (#7891)
Summary: Add more context for buck users on the coreml pte2 quantization errors - See D68522589 for details and context Reviewed By: cccclai Differential Revision: D68569845
1 parent 90a2657 commit a9a289c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extension/llm/export/partitioner_lib.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ def get_coreml_partitioner(
8282
except ImportError:
8383
raise ImportError(
8484
"Please install the CoreML backend follwing https://pytorch.org/executorch/main/build-run-coreml.html"
85+
+ "; for buck users, please add example dependancies: //executorch/backends/apple/coreml:backend, and etc"
8586
)
8687

8788
def _validate_ios_version() -> None:

0 commit comments

Comments
 (0)