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 674b125 commit e7c117bCopy full SHA for e7c117b
backends/arm/test/models/test_llama_arm.py
@@ -117,7 +117,7 @@ def test_llama_tosa_MI(self):
117
.to_edge_transform_and_lower(
118
edge_compile_config=self._edge_compile_config
119
)
120
- .check_count({"torch.ops.higher_order.executorch_call_delegate": 25})
+ .check_count({"torch.ops.higher_order.executorch_call_delegate": 14})
121
.to_executorch()
122
.run_method_and_compare_outputs(
123
inputs=llama_inputs, atol=1.8, rtol=0.01
0 commit comments