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/build-run-mediatek-backend.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Follow the steps below to setup your build environment:
37
37
1.**Setup ExecuTorch Environment**: Refer to the [Setting up ExecuTorch](https://pytorch.org/executorch/stable/getting-started-setup) guide for detailed instructions on setting up the ExecuTorch environment.
38
38
39
39
2.**Setup MediaTek Backend Environment**
40
-
- Install the dependent libs. Ensure that you are inside backends/mediatek/ directory
40
+
- Install the dependent libs. Ensure that you are inside `backends/mediatek/` directory
41
41
```bash
42
42
pip3 install -r requirements.txt
43
43
```
@@ -53,7 +53,7 @@ Follow the steps below to setup your build environment:
53
53
54
54
## Build
55
55
56
-
### AOT (Ahead-of-time) components:
56
+
### Ahead of time:
57
57
58
58
**Exporting a PyTorch Model for MediaTek Backend**:
59
59
1. Lower and export the `.pte` file for on-device execution. The export script samples are povided under `example/mediatek/`. For example, the following commnad exports the `.pte` using the scripts provided.
0 commit comments