Fix typo: rknnlite.api

This commit is contained in:
yoni13 2025-01-11 16:19:51 +08:00
parent f4671f4886
commit 7f2af6f819

View File

@ -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.