We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c0b18c commit 4212490Copy full SHA for 4212490
extension/llm/export/partitioner_lib.py
@@ -82,6 +82,7 @@ def get_coreml_partitioner(
82
except ImportError:
83
raise ImportError(
84
"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"
86
)
87
88
def _validate_ios_version() -> None:
0 commit comments