Skip to content

Commit 5799cfb

Browse files
committed
up
1 parent 6417869 commit 5799cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/llm/export/partitioner_lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def _validate_ios_version() -> None:
140140
minimum_deployment_target=minimum_deployment_target,
141141
compute_precision=ct.precision(ct.precision.FLOAT16.value),
142142
# using `ComputeUnit.ALL` can increase the model load time, default to `ComputeUnit.CPU_AND_GPU`
143-
compute_unit=ct.ComputeUnit[ct.ComputeUnit.CPU_AND_AE.name.upper()],
143+
compute_unit=ct.ComputeUnit[ct.ComputeUnit.CPU_AND_NE.name.upper()],
144144
model_type=CoreMLBackend.MODEL_TYPE.MODEL, # pyre-fixme[16]
145145
op_linear_quantizer_config=op_linear_quantizer_config,
146146
)

0 commit comments

Comments
 (0)