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 124758e commit 1bc2fc1Copy full SHA for 1bc2fc1
examples/models/llama/config/test_llm_config.py
@@ -94,7 +94,7 @@ def test_valid_llm_config(self):
94
backend=BackendConfig(
95
xnnpack=XNNPackConfig(enabled=False),
96
coreml=CoreMLConfig(
97
- enabled=True, ios=17, compute_units=CoreMLComputeUnit.ALL
+ enabled=True, ios=17, compute_units=CoreMLComputeUnit.cpu_only
98
),
99
100
)
0 commit comments