Skip to content

Commit

Permalink
Update mediatek_README.md (#6294)
Browse files Browse the repository at this point in the history
Update mediatek_README.md (#6290)

Summary:
MTK NeuroPilot Express SDK is now live

Pull Request resolved: #6290

Reviewed By: cccclai

Differential Revision: D64475405

Pulled By: cmodi-meta

fbshipit-source-id: 88bf258368f7ce0db9f12b14bb60c55fa235c35f
(cherry picked from commit 49395c2)

Co-authored-by: Chirag Modi <[email protected]>
  • Loading branch information
pytorchbot and cmodi-meta authored Oct 17, 2024
1 parent 620d7ea commit 7fedb2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Phone verified: MediaTek Dimensity 9300 (D9300) chip.
* Download and link the Buck2 build, Android NDK, and MediaTek ExecuTorch Libraries from the MediaTek Backend Readme ([link](https://github.com/pytorch/executorch/tree/main/backends/mediatek/scripts#prerequisites)).
* MediaTek Dimensity 9300 (D9300) chip device
* Desired Llama 3 model weights. You can download them on HuggingFace [Example](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct)).
* Download NeuroPilot Express SDK from the [MediaTek NeuroPilot Portal](https://neuropilot.mediatek.com/resources/public/npexpress/en/docs/npexpress) (coming soon):
* Download NeuroPilot Express SDK from the [MediaTek NeuroPilot Portal](https://neuropilot.mediatek.com/resources/public/npexpress/en/docs/npexpress):
- `libneuronusdk_adapter.mtk.so`: This universal SDK contains the implementation required for executing target-dependent code on the MediaTek chip.
- `libneuron_buffer_allocator.so`: This utility library is designed for allocating DMA buffers necessary for model inference.
- `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.
Expand Down

0 comments on commit 7fedb2f

Please sign in to comment.