Skip to content

Commit 3557edf

Browse files
Update MTK tool versions in documents (#14772)
### Summary NeuroPilot Express SDK is released for ExecuTorch 1.0. Update the document for the latest tool version Resolves discussion 14253
1 parent 05799c9 commit 3557edf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

backends/mediatek/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To get started with MediaTek's ExecuTorch libraries, download the [NeuroPilot Ex
2828

2929
- **`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.
3030

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

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

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

docs/source/backends-mediatek.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The MediaTek backend enables acceleration of PyTorch models on edge devices with
2323
```
2424
- NeuroPilot SDK Python wheels (download from [NeuroPilot Express SDK](https://neuropilot.mediatek.com/resources/public/npexpress/en/docs/npexpress)):
2525
```bash
26-
pip3 install mtk_neuron-8.2.19-py3-none-linux_x86_64.whl
26+
pip3 install mtk_neuron-8.2.23-py3-none-linux_x86_64.whl
2727
pip3 install mtk_converter-8.13.0+public-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
2828
```
2929

0 commit comments

Comments
 (0)