pytorch / pytorch/executorch

Changed name and qnn_executor different path

Open
#9,784 1 comment 1 reaction 1 assignee View on GitHub

@cccclai is already working on this.

Since Apr 14, 2025.

module: qnn partner: qualcomm triaged
Dominant language
Python
Stars
5k
Forks
1.2k
Avg merge
2d 10h
Merged PRs (30d)
581

Description

📚 The doc issue

I was following this tutorial

and I noticed that the compiled model deeplab file is ./deeplab/dl3_qnn_q8.pte instead of deeplab_v3/dlv3_qnn.pte
and the current qnn executor executable is build-x86/examples/qualcomm/executor_runner/qnn_executor_runner instead of build-x86/examples/qualcomm/qnn_executor_runner

Suggest a potential alternative/fix

I suggest that:

  1. Change the compiled model name path to ./deeplab_v3/dlv3_qnn.pte
  2. Change the qnn executable path to build-x86/examples/qualcomm/executor_runner/qnn_executor_runner

cc @cccclai @winskuo-quic @shewu-quic @cbilgin

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.