Changed name and qnn_executor different path
Open
@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:
- Change the compiled model name path to
./deeplab_v3/dlv3_qnn.pte - Change the qnn executable path to
build-x86/examples/qualcomm/executor_runner/qnn_executor_runner
cc @cccclai @winskuo-quic @shewu-quic @cbilgin
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.