Replies: 3 comments
-
@mergennachin @kimishpatel Is there a MediaTek POC we can tag? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
@neuropilot-captain can you take a look? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem Description
I tried to run the LLaMA3.2 3B model on the MTK platform (D9400) and encountered an error when exporting the
.pte
model based on the instructions inexamples/mediatek/README.md
.Command Used:
source shell_scripts/export_llama.sh llama3.2-3b 4 128 512 None
Error Log
Additional Information
I checked the mtk_neuron module and confirmed it does not have an attribute named extract_shared_data. A similar interface named extract_shared_hint does exist.
The tools were downloaded from:
https://s3.ap-southeast-1.amazonaws.com/mediatek.neuropilot.com/06302508-4c94-4bf2-9789-b0ee44e83e27.gz
Request for Assistance
Could you please help investigate this issue? It appears there might be a mismatch between the expected API and the actual implementation in the mtk_neuron module. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions