-
Notifications
You must be signed in to change notification settings - Fork 606
Qualcomm AI Engine Direct - Update qaihub documentation #7930
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
Qualcomm AI Engine Direct - Update qaihub documentation #7930
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/7930
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 3a790ee with merge base 90a2657 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
c332fe9
to
3a790ee
Compare
Hi @cccclai, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for improving the docs!
@@ -62,12 +62,13 @@ python deeplab_v3.py -s <device_serial> -m "SM8550" -b path/to/build-android/ -- | |||
``` | |||
|
|||
#### Check context binary version | |||
This is typically useful when users want to run any models under `qaihub_scripts`. When users retrieve context binaries from Qualcomm AI Hub, we need to ensure the QNN SDK used to run the `qaihub_scripts` is the same version as the QNN SDK that Qualcomm AI Hub used to compile the context binaries. To do so, please run the following script to retrieve the JSON file that contains the metadata about the context binary: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we error out with the mismatch version in the runtime? Like, if users load it with the wrong qnn version, errors out.
Improve qaihub documentation
Improve qaihub documentation
Summary
cc @mergennachin @byjlw