From 7fedb2f1413a38ceb348d3768d0b4361464e541a Mon Sep 17 00:00:00 2001 From: pytorchbot Date: Wed, 16 Oct 2024 17:18:35 -0700 Subject: [PATCH] Update mediatek_README.md (#6294) Update mediatek_README.md (#6290) Summary: MTK NeuroPilot Express SDK is now live Pull Request resolved: https://github.com/pytorch/executorch/pull/6290 Reviewed By: cccclai Differential Revision: D64475405 Pulled By: cmodi-meta fbshipit-source-id: 88bf258368f7ce0db9f12b14bb60c55fa235c35f (cherry picked from commit 49395c2a885881c403b4f3af077f31c7c5baa3ff) Co-authored-by: Chirag Modi <98582575+cmodi-meta@users.noreply.github.com> --- .../android/LlamaDemo/docs/delegates/mediatek_README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/demo-apps/android/LlamaDemo/docs/delegates/mediatek_README.md b/examples/demo-apps/android/LlamaDemo/docs/delegates/mediatek_README.md index 9dbd647827..1ac04f6a61 100644 --- a/examples/demo-apps/android/LlamaDemo/docs/delegates/mediatek_README.md +++ b/examples/demo-apps/android/LlamaDemo/docs/delegates/mediatek_README.md @@ -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.