-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
feat(ml): ML on Rockchip NPUs #15241
base: main
Are you sure you want to change the base?
Conversation
Docker launch command:
and it works (if you download model to cache ofc)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! This is a lot to get through and will need to go through more testing, but the core prediction logic looks pretty simple.
Most issues mentioned in the review should be fixed now. |
Wrote a matrix build script to see what model is not supported, all of them are |
Oh wow, that is pretty cool! I have an RK3588, so I can do some testing with this PR soon. |
Goals: ML on Rockchip NPUs.
Testing on board: #13243 (reply in thread)
TODO:
immich-app/ViT-B-32__openai/textual/rk3566.rknn
) .Nice to have:
Issues:
#13243