We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e386cc commit 4b1469cCopy full SHA for 4b1469c
2 files changed
backends/qualcomm/tests/test_qnn_delegate.py
@@ -8463,8 +8463,6 @@ def test_cli(self):
8463
f"{tmp_dir}/input_list",
8464
"--soc_model",
8465
self.soc_model,
8466
- "--host",
8467
- self.host,
8468
"--target",
8469
self.target,
8470
"--device",
examples/qualcomm/oss_scripts/fastvit.py
@@ -71,10 +71,9 @@ def main(args):
71
72
pte_filename = "fastvit_qnn"
73
74
- def get_custom_quantizer(backend, soc_model):
+ def get_custom_quantizer():
75
quantizer = make_quantizer(
76
quant_dtype=QuantDtype.use_8a8w,
77
- soc_model=soc_model,
78
backend=qnn_config.backend,
79
soc_model=qnn_config.soc_model,
80
)
0 commit comments