From 7f2af6f819eba6e94349c7ec75bbe7b86eba2a45 Mon Sep 17 00:00:00 2001 From: yoni13 Date: Sat, 11 Jan 2025 16:19:51 +0800 Subject: [PATCH] Fix typo: rknnlite.api --- machine-learning/rknn/rknnpool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine-learning/rknn/rknnpool.py b/machine-learning/rknn/rknnpool.py index eda8cc474c..d73a7728c7 100644 --- a/machine-learning/rknn/rknnpool.py +++ b/machine-learning/rknn/rknnpool.py @@ -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.