We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b1469c commit 6a50775Copy full SHA for 6a50775
2 files changed
backends/qualcomm/export_utils.py
@@ -487,7 +487,7 @@ def build_executorch_binary(
487
backend_options = {
488
QnnExecuTorchBackendType.kGpuBackend: generate_gpu_compiler_spec(),
489
QnnExecuTorchBackendType.kHtpBackend: generate_htp_compiler_spec(
490
- use_fp16=False if any([quant_dtype, custom_quantizer]) is not None else True
+ use_fp16=not any([quant_dtype, custom_quantizer])
491
),
492
}[qnn_config.backend]
493
compile_spec = generate_qnn_executorch_compiler_spec(
examples/qualcomm/oss_scripts/moshi/mimi.py
@@ -401,7 +401,6 @@ def export_mimi_decoder(
401
args,
402
qnn_config,
403
encoded_results,
404
- encoded_results_list,
405
pcm_chunk_size,
406
static_decoder_pte_filename,
407
)
0 commit comments