-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Failed to create device: 1008"
for Llama3.2-3B on 8295P automotive (dsp arch v66 & soc model 31)
#31
Comments
@mikel-brostrom Try to set ADSP_LIBRARY_PATH, I solved this problem after setting it up! (Failed to create device: 1008)
|
I wont have access to the 8295P device untill after christmas. Reporting back then 😊 |
Trying this out today 🚀 |
Did not help to add that ADSP export @xiaomiovea ... Still the same error
|
Ok, I guess I am here now: https://app.aihub.qualcomm.com/docs/hub/faq.html#why-am-i-seeing-error-1008-when-trying-to-use-htp According to this I have two steps left, basically:
|
For 1) I found these folders containing skel files on the target device. Which is the right one?
I guess |
genie-t2t-run
fails: Missing QnnHtp field: pos-id-dim
For 2) I found both
|
I ran
Still the same error |
"Failed to create device: 1008"
for Llama3.2-3B on 8295P automotive
"Failed to create device: 1008"
for Llama3.2-3B on 8295P automotive"Failed to create device: 1008"
for Llama3.2-3B on 8295P automotive (dsp arch v66 & soc model 31)
I am trying to run a Llama-v3.2-3b-chat-quantized on a
8295P
chip so I have setin
htp_backend_ext_config.json
accordingly. I installed hexagonsdk 4.1.0.4 by:qpm-cli --install hexagonsdk4.x -v 4.1.0.4
to match the version recommendation for my hexagon architecture (v66) specified under https://docs.qualcomm.com/bundle/publicresource/topics/80-63442-50/linux_setup.html#htp-and-dsp
After:
I get the following error:
The text was updated successfully, but these errors were encountered: