installation on arm64 environment
Is your feature request related to a problem? Please describe. I am trying to install rai in an embedded system with arm64 arch, but not able to do so due to whisper depends on "triton" package which has no arm64 release.
Describe the solution you'd like Added support to install on arm64 environment. Or make openai-whisper as optional installation.
Describe alternatives you've considered Maybe besides poetry, add other build scripts for advanced installation.
Hi, we are working on it in under the 2.0 release, here is a related PR that makes most of the dependencies optional https://github.com/RobotecAI/rai/pull/463. You can try to install rai from the branch in the pr
Hello!
I can confirm that RAI works on arm64 if openai-whisper = "^20231117" is commented out in the pyproject.toml. I ran it on a Jetson Orin Nano. The issue was indeed with the specific Triton package.