-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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)
|
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. |
3000 photos, Everything default, rerun smart search, face detection&recognition
RK3566 CPU:
GPU? |
Sorry, just a heads up that I will be away for the next two weeks and won't be able to test it locally or upload the converted models to Hugging Face until after I'm back. From another quick look at the PR, the only thing that still stands out is the ugly shape handling, but I don't consider it a blocker. However, I'd like to hold off from merging this until I'm back so we can prepare the models and be available to handle potential bug fixes after release. |
I've got an 8GB Orange Pi 5 with a RK3588S (S has slightly less IO, otherwise identical). I may be able to test it sometime this week. |
Oh btw, I am not able to test RKNN's CORE auto mapping because I have a
rk3566 which only has one core.
Hope their auto mapping is useful, or maybe we have to manually setting
cores by tasks.
Nicholas Flamy ***@***.***> 於 2025年2月6日 週四 上午1:04 寫道:
… I've got an 8GB Orange Pi 5 with a RK3588S (S has slightly less IO,
otherwise identical). I may be able to test it sometime this week.
—
Reply to this email directly, view it on GitHub
<#15241 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASF5CKDRZOYCAXYM7NTZX4D2OJADVAVCNFSM6AAAAABU7QYIGGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMZXGUYTQMZVHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
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:
#13243