Skip to content

Commit 6a50775

Browse files
committed
rebase 2
1 parent 4b1469c commit 6a50775

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

backends/qualcomm/export_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ def build_executorch_binary(
487487
backend_options = {
488488
QnnExecuTorchBackendType.kGpuBackend: generate_gpu_compiler_spec(),
489489
QnnExecuTorchBackendType.kHtpBackend: generate_htp_compiler_spec(
490-
use_fp16=False if any([quant_dtype, custom_quantizer]) is not None else True
490+
use_fp16=not any([quant_dtype, custom_quantizer])
491491
),
492492
}[qnn_config.backend]
493493
compile_spec = generate_qnn_executorch_compiler_spec(

examples/qualcomm/oss_scripts/moshi/mimi.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,6 @@ def export_mimi_decoder(
401401
args,
402402
qnn_config,
403403
encoded_results,
404-
encoded_results_list,
405404
pcm_chunk_size,
406405
static_decoder_pte_filename,
407406
)

0 commit comments

Comments
 (0)