Skip to content

Commit 4b1469c

Browse files
committed
Rebase fix
1 parent 8e386cc commit 4b1469c

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

backends/qualcomm/tests/test_qnn_delegate.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8463,8 +8463,6 @@ def test_cli(self):
84638463
f"{tmp_dir}/input_list",
84648464
"--soc_model",
84658465
self.soc_model,
8466-
"--host",
8467-
self.host,
84688466
"--target",
84698467
self.target,
84708468
"--device",

examples/qualcomm/oss_scripts/fastvit.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,9 @@ def main(args):
7171

7272
pte_filename = "fastvit_qnn"
7373

74-
def get_custom_quantizer(backend, soc_model):
74+
def get_custom_quantizer():
7575
quantizer = make_quantizer(
7676
quant_dtype=QuantDtype.use_8a8w,
77-
soc_model=soc_model,
7877
backend=qnn_config.backend,
7978
soc_model=qnn_config.soc_model,
8079
)

0 commit comments

Comments
 (0)