mirror of
https://github.com/immich-app/immich.git
synced 2025-07-07 10:14:08 -04:00
Fix typo: rknnlite.api
This commit is contained in:
parent
f4671f4886
commit
7f2af6f819
@ -7,7 +7,7 @@ from concurrent.futures import ThreadPoolExecutor, as_completed
|
||||
supported_socs = ["rk3566","rk3568","rk3588"]
|
||||
|
||||
try:
|
||||
from rknn.api import RKNNLite
|
||||
from rknnlite.api import RKNNLite
|
||||
with open('/proc/device-tree/compatible') as f:
|
||||
# Keep in mind that this is not in container by default.
|
||||
# and this way of checking can't check if the rknpu driver is running or not.
|
||||
|
Loading…
x
Reference in New Issue
Block a user