Skip to content

Fix QNN link, typo #8729

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

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ ExecuTorch tutorials.
:header: Building and Running ExecuTorch with Qualcomm AI Engine Direct Backend
:card_description: A tutorial that walks you through the process of building ExecuTorch with Qualcomm AI Engine Direct Backend
:image: _static/img/generic-pytorch-logo.png
:link: backends-qualcomm-ai-engine-direct-backend.html
:link: backends-qualcomm.html
:tags: Export,Backend,Delegation,QNN

.. customcarditem::
Expand Down
2 changes: 1 addition & 1 deletion docs/source/llm/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ I'm not sure if you've heard of the "Curse of the Dragon" or not, but it's a ver

The delegated model should be noticeably faster compared to the non-delegated model.

For more information regarding backend delegateion, see the ExecuTorch guides
For more information regarding backend delegation, see the ExecuTorch guides
for the [XNNPACK Backend](../backends-xnnpack.md), [Core ML
Backend](../backends-coreml.md) and [Qualcomm AI Engine Direct Backend](build-run-llama3-qualcomm-ai-engine-direct-backend.md).

Expand Down
Loading