Skip to content

Commit 6fa4ae5

Browse files
authored
Add more context for buck users on the coreml pte2 quantization errors
Differential Revision: D68569845 Pull Request resolved: #7891
1 parent 90a2657 commit 6fa4ae5

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)