-
Notifications
You must be signed in to change notification settings - Fork 38
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
Error: DspTransport.openSession qnn_open failed #35
Comments
Hi @jds250, sorry about that! Let's take a look. A few things:
If all those things check out, we'll have to keep digging. Thank you for your patience. |
Hi, my Android NDK version is r26d, and I am sure libQnnHtpV75Skel.so is in my bundle. I am sorry I can't show the details at this moment , because I changed my device and It takes a bit long time to convert the model again. I found that when I use another device like xiaomi 14 (I used a oneplus 12 before), this error didn't occur (not using ai hub, but executorch which I believe you both utilize the QNN), I think it's probably my device problem , but I didn't figure out the deeper reasons, maybe you can tell us and we can avoid this error when somebody else met. |
Hi @jds250, sorry for the late response. The key is what Android OS version you have. Genie SDK requires Android 15. Can you confirm that you have Android 15? I wish we reported a better error if this requirement is not met. I am not even sure this is the error message it typically leads to, so there could be something else going on. If you are indeed on Android 15, we will have to keep digging. |
Hello, I follow the tutorial https://github.com/quic/ai-hub-apps/tree/main/tutorials/llm_on_genie to deploy a Llama-2-7B-chat model on My Oneplus12 (24GB+1TB), and I met the error below:
Since I run the command
I guess I met some environment setup issue, my QNN SDK version is 2.27.0.240926 and ANDROID_NDK version is r26d.
The text was updated successfully, but these errors were encountered: