You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Qualcomm AI Engine Direct - refactor documents (#1168)
Summary:
- Remove duplicated document under backend/qualcomm/setup.md and point it to docs/source/build-run-qualcomm-ai-engine-direct-backend.md
- Fix typos, breakage of links and add keyword hint for QNN
Pull Request resolved: #1168
Reviewed By: kirklandsign
Differential Revision: D53947053
Pulled By: cccclai
fbshipit-source-id: 99bbb56dbfc1365a51fe383a5f4fb9a17a3d6331
Copy file name to clipboardExpand all lines: backends/qualcomm/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ we reserve the right to modify interfaces and implementations.
6
6
7
7
This backend is implemented on the top of
8
8
[Qualcomm AI Engine Direct SDK](https://developer.qualcomm.com/software/qualcomm-ai-engine-direct-sdk).
9
-
Please follow [setup](setup.md) to setup environment, build, and run executorch models by this backend.
9
+
Please follow [tutorial](https://pytorch.org/executorch/stable/build-run-qualcomm-ai-engine-direct-backend.html) to setup environment, build, and run executorch models by this backend (Qualcomm AI Engine Direct is also referred to as QNN in the source and documentation).
0 commit comments