[ERROR] "Unable to load backend. dlerror(): libcdsprpc.so: cannot open shared object file: No such file or directory" · Issue #191 · quic/ai-hub-models · GitHub
More Web Proxy on the site http://driver.im/
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
I have already run the Qwen2-7B model on my mobile phone using genie-t2t-run, and now I want to simulate running it on my computer, but I encountered an error.
./genie-t2t-run -c qwen2_7b_instruct.json -p "tell me about qualcomm"
reported this error
Using libGenie.so version 1.4.0
[ERROR] "Unable to load backend extensions interface config."
[ERROR] "Unable to initialize backend extensions."
[WARN] "Failure in initializing backend extensions."
[INFO] "Using create From Binary"
[ERROR] "Unable to load backend. dlerror(): libcdsprpc.so: cannot open shared object file: No such file or directory"
[ERROR] "Failed to initialize buffer manager"
[ERROR] "qnn-htp: failure to initialize IOTensor"
[ERROR] "Create From Binary FAILED!"
Failure to initialize model
Failed to create the dialog.
how to fix this?
The text was updated successfully, but these errors were encountered:
Hi @chenjun2hao , we'll need more info to help you debug this issue further. It seems like an OS issue, can you kindly provide the following information: what device are you trying to run the model on now and what enviro variable are you setting? Thanks!
I have already run the Qwen2-7B model on my mobile phone using genie-t2t-run, and now I want to simulate running it on my computer, but I encountered an error.
reported this error
how to fix this?
The text was updated successfully, but these errors were encountered: