Skip to content

Commit e7c117b

Browse files
committed
Reduce number of delegates in test_llama_arm.py
1 parent 674b125 commit e7c117b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/arm/test/models/test_llama_arm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def test_llama_tosa_MI(self):
117117
.to_edge_transform_and_lower(
118118
edge_compile_config=self._edge_compile_config
119119
)
120-
.check_count({"torch.ops.higher_order.executorch_call_delegate": 25})
120+
.check_count({"torch.ops.higher_order.executorch_call_delegate": 14})
121121
.to_executorch()
122122
.run_method_and_compare_outputs(
123123
inputs=llama_inputs, atol=1.8, rtol=0.01

0 commit comments

Comments
 (0)