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 c1a6e1b commit f66d6f7Copy full SHA for f66d6f7
extension/llm/export/partitioner_lib.py
@@ -142,7 +142,8 @@ def _validate_ios_version() -> None:
142
return CoreMLPartitioner( # pyre-fixme[16]
143
compile_specs=compile_specs,
144
take_over_mutable_buffer=take_over_mutable_buffer,
145
- # Skip embe
+ # Skip embedding ops in coreml delegation due to
146
+ # compression config conflicts inside coreml
147
skip_ops_for_coreml_delegation=[
148
"quantized_decomposed.embedding_4bit.dtype",
149
"aten.embedding.default",
0 commit comments