Skip to content

Commit 1bc2fc1

Browse files
jackzhxngfacebook-github-bot
authored andcommitted
Fix test_llm_config
Reviewed By: GregoryComer Differential Revision: D77265031
1 parent 124758e commit 1bc2fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/models/llama/config/test_llm_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def test_valid_llm_config(self):
9494
backend=BackendConfig(
9595
xnnpack=XNNPackConfig(enabled=False),
9696
coreml=CoreMLConfig(
97-
enabled=True, ios=17, compute_units=CoreMLComputeUnit.ALL
97+
enabled=True, ios=17, compute_units=CoreMLComputeUnit.cpu_only
9898
),
9999
),
100100
)

0 commit comments

Comments
 (0)