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
Copy file name to clipboardExpand all lines: docs/source/getting-started-setup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ ExecuTorch provides APIs to compile a PyTorch [`nn.Module`](https://pytorch.org/
131
131
132
132
Let's try this using with a simple PyTorch model that adds its inputs.
133
133
134
-
Create `export_add.py` new directory outside of executTorch
134
+
Create `export_add.py` new directory outside of executorch
135
135
136
136
**Note: It's important that this file doesn't live in a directory that's a parent of execuTorch because python will important local files instead of from site-packages.**
0 commit comments