Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Documentation] Prebuilt ORT Package does not include required QNN dependency #22078

Open
blinkgg opened this issue Sep 12, 2024 · 1 comment
Labels
documentation improvements or additions to documentation; typically submitted using template ep:QNN issues related to QNN exeution provider platform:mobile issues related to ONNX Runtime mobile; typically submitted using template

Comments

@blinkgg
Copy link

blinkgg commented Sep 12, 2024

Describe the documentation issue

According to the QNN EP Documentation:

Note: Starting version 1.18.0 , you do not need to separately download and install QNN SDK. The required QNN dependency libraries are included in the OnnxRuntime packages.

I've downloaded the pre-built ORT 1.19.0, but get a runtime error saying QNN is unsupported. QnnHtp.dll is located at the executional directory.
Is this a documentation issue or bug?

Page / URL

https://onnxruntime.ai/docs/execution-providers/QNN-ExecutionProvider.html#build-android-and-windows:~:text=Note%3A%20Starting%20version%201.18.0%20%2C%20you%20do%20not%20need%20to%20separately%20download%20and%20install%20QNN%20SDK.%20The%20required%20QNN%20dependency%20libraries%20are%20included%20in%20the%20OnnxRuntime%20packages.

@blinkgg blinkgg added the documentation improvements or additions to documentation; typically submitted using template label Sep 12, 2024
@github-actions github-actions bot added ep:QNN issues related to QNN exeution provider platform:mobile issues related to ONNX Runtime mobile; typically submitted using template labels Sep 12, 2024
@jywu-msft
Copy link
Member

on the windows platform they are available at
https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime.QNN
and
https://pypi.org/project/onnxruntime-qnn/

Android package is not yet available but in the works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation improvements or additions to documentation; typically submitted using template ep:QNN issues related to QNN exeution provider platform:mobile issues related to ONNX Runtime mobile; typically submitted using template
Projects
None yet
Development

No branches or pull requests

2 participants