Skip to content
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
4 changes: 2 additions & 2 deletions backends/mediatek/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ To get started with MediaTek's ExecuTorch libraries, download the [NeuroPilot Ex

- **`mtk_converter-8.13.0+public-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl`**: This library preprocesses the model into a MediaTek representation.

- **`mtk_neuron-8.2.19-py3-none-linux_x86_64.whl`**: This library converts the model to binaries.
- **`mtk_neuron-8.2.23-py3-none-linux_x86_64`**: This library converts the model to binaries.

Additionally, make sure to copy `NeuronAdapter.h` to the following directory: `backends/mediatek/runtime/include/api/`.

Expand All @@ -45,7 +45,7 @@ Follow the steps below to setup your build environment:
```
- Install the two .whl downloaded from NeuroPilot Portal
```bash
pip3 install mtk_neuron-8.2.19-py3-none-linux_x86_64.whl
pip3 install mtk_neuron-8.2.23-py3-none-linux_x86_64.whl
pip3 install mtk_converter-8.13.0+public-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
```

Expand Down
2 changes: 1 addition & 1 deletion docs/source/backends-mediatek.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The MediaTek backend enables acceleration of PyTorch models on edge devices with
```
- NeuroPilot SDK Python wheels (download from [NeuroPilot Express SDK](https://neuropilot.mediatek.com/resources/public/npexpress/en/docs/npexpress)):
```bash
pip3 install mtk_neuron-8.2.19-py3-none-linux_x86_64.whl
pip3 install mtk_neuron-8.2.23-py3-none-linux_x86_64.whl
pip3 install mtk_converter-8.13.0+public-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
```

Expand Down
Loading