You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then I added "pos-id-dim": 64, to the QnnHtp block. Next error:
Using libGenie.so version 1.0.0
Unknown model config key: positional-encoding
ERROR at line 230: Failed to create the dialog config.
So I deleted this block. Now I get:
Using libGenie.so version 1.0.0
[WARN] "Unable to initialize logging in backend extensions."
[ERROR] "Failed to create device: 1008"
[ERROR] "Device Creation failure"
Failure to initialize model
ERROR at line 234: Failed to create the dialog.
I am missing something?
The text was updated successfully, but these errors were encountered:
mikel-brostrom
changed the title
genie-t2t-run fails when using Llama-v3.2-3b-chat-quantized
[BUG] genie-t2t-run fails when using Llama-v3.2-3b-chat-quantizedDec 18, 2024
mikel-brostrom
changed the title
[BUG] genie-t2t-run fails when using Llama-v3.2-3b-chat-quantized
[BUG] genie-t2t-run fails when using Llama-v3.2-3b-chat-quantized exported for 8295PDec 18, 2024
I am trying to run a Llama-v3.2-3b-chat-quantized on a
8295P
chip so I have setdsp_arch = "v66"
andsoc_model = 31
inhtp_backend_ext_config.json
accordingly. Then I installed these 2, following (https://docs.qualcomm.com/bundle/publicresource/topics/80-63442-50/linux_setup.html#htp-and-dsp)and
qualcomm_ai_engine_direct.2.28.0.241029.Linux-AnyCPU.qik
using QPM which matches the QNN SDK used in the AI HUB for export.After:
I get the following error:
The contents of my
genie_config.json
Then I added
"pos-id-dim": 64,
to the QnnHtp block. Next error:So I deleted this block. Now I get:
I am missing something?
The text was updated successfully, but these errors were encountered: