From 858f904d4e9d7cd00838f4429f860045780cf6cc Mon Sep 17 00:00:00 2001 From: Manuel Candales Date: Thu, 10 Apr 2025 18:35:56 -0700 Subject: [PATCH] Forward Fix Summary: forward fix for https://github.com/pytorch/executorch/pull/10054 Differential Revision: D72834413 --- backends/qualcomm/tests/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backends/qualcomm/tests/utils.py b/backends/qualcomm/tests/utils.py index 1d8040ef988..77cbed5cc99 100644 --- a/backends/qualcomm/tests/utils.py +++ b/backends/qualcomm/tests/utils.py @@ -439,7 +439,6 @@ def lower_module_and_test_output( skip_node_id_set: set = None, skip_node_op_set: set = None, dynamic_shapes: Dict = None, - passes_job: collections.OrderedDict = None, ): delegated_program = to_edge_transform_and_lower_to_qnn( module,