Skip to content

Commit 09e7cba

Browse files
Olivia-liufacebook-github-bot
authored andcommitted
fix typo "Exececutorch" delegate example page (#755)
Summary: Pull Request resolved: #755 as titled Reviewed By: Jack-Khuu Differential Revision: D50107995 fbshipit-source-id: ab246845a8d64bb39208cf3894399f14a131bb17
1 parent caa7080 commit 09e7cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/examples-end-to-end-to-lower-model-to-delegate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Backend delegation is an entry point for backends to process and execute PyTorch
66
programs to leverage performance and efficiency benefits of specialized
77
backends and hardware, while still providing PyTorch users with an experience
88
close to that of the PyTorch runtime. The backend delegate is usually either provited by
9-
Exececutorch or vendors. The way to leverage delegate in your program is via a standard entry point `to_backend`.
9+
ExecuTorch or vendors. The way to leverage delegate in your program is via a standard entry point `to_backend`.
1010

1111

1212
## Frontend Interfaces

0 commit comments

Comments
 (0)