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 0fb2ccf commit 9d1a310Copy full SHA for 9d1a310
extension/llm/export/partitioner_lib.py
@@ -126,6 +126,7 @@ def _validate_ios_version() -> None:
126
# On iPhone 15 Pro, CPU decode model is over 8x faster than GPU for stories110M,
127
# so default to CPU_ONLY
128
coreml_compute_units = "cpu_only"
129
+ # pyre-ignore
130
coreml_compute_units = {
131
"cpu_only": ct.ComputeUnit.CPU_ONLY,
132
"cpu_and_ne": ct.ComputeUnit.CPU_AND_NE,
0 commit comments