Skip to content

Commit da42d18

Browse files
neuropilot-captainMediaTek-ai
authored andcommitted
Remove proprietary license (pytorch#9389)
### Summary - Removed MTK proprietary header: NeauronAdapter.h from repo. Need to be downloaded from NeuroPilot Express SDK.\ - Modify license declaration in multiple header. Fix pytorch#9279 --------- Co-authored-by: Poyuan Jeng <[email protected]>
1 parent 2e38d01 commit da42d18

File tree

6 files changed

+16
-2506
lines changed

6 files changed

+16
-2506
lines changed

Diff for: backends/mediatek/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Download [NeuroPilot Express SDK](https://neuropilot.mediatek.com/resources/publ
3737
- `libneuron_buffer_allocator.so`: This utility library is designed for allocating DMA buffers necessary for model inference.
3838
- `mtk_converter-8.8.0.dev20240723+public.d1467db9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl`: This library preprocess the model into a MediaTek representation.
3939
- `mtk_neuron-8.2.2-py3-none-linux_x86_64.whl`: This library converts the model to binaries.
40+
- Copy `NeuronAdapter.h` under `backends/mediatek/runtime/include/api/`.
4041

4142
### Setup
4243

@@ -76,4 +77,4 @@ Follow the steps below to setup your build environment:
7677
export LD_LIBRARY_PATH=<path_to_usdk>:<path_to_neuron_backend>:$LD_LIBRARY_PATH
7778
```
7879

79-
Please refer to `executorch/examples/mediatek/` for export and execution examples of various of models.
80+
Please refer to `executorch/examples/mediatek/` for export and execution examples of various of models.

0 commit comments

Comments
 (0)