Hi there @fatima-zahra.chenani! Welcome to the community! (Sorry this is in English - if we need a translation, let me know!).
Hmm, if libaxruntime.so is missing after installation, it could mean the runtime wasn’t downloaded correctly.
Could you try running the install script again with the following command, replacing <your_email> and <your_token> with your actual details?
./install.sh --media --user <email> --token <token>
Let me know if it helps!
I'm currently working with Voyager SDK v1.3.1 and I’m unable to proceed with model deployment due to a missing runtime library. Specifically, I’m getting the error:
libaxruntime.so: cannot open shared object file: No such file or directory
I've verified that the directory /opt/axelera/runtime-1.3.1-1
does not exist on my system. I’ve also tried using install.sh
and download_prebuilt.py --all
, but they do not download the runtime.
Could you please provide me with the correct axelera-runtime.tar.gz
or .deb
package that contains this runtime (including libaxruntime.so
)? I would really appreciate direct access or instructions to retrieve it so I can move forward.
Thank you in advance for your support. 