mirror of
https://github.com/immich-app/immich.git
synced 2026-02-04 08:49:01 +03:00
quoted type
This commit is contained in:
@@ -38,7 +38,7 @@ except ImportError:
|
||||
log.debug("RKNN is not available")
|
||||
|
||||
|
||||
def init_rknn(model_path: str) -> RKNNLite:
|
||||
def init_rknn(model_path: str) -> "RKNNLite":
|
||||
if not is_available:
|
||||
raise RuntimeError("rknn is not available!")
|
||||
rknn_lite = RKNNLite()
|
||||
|
||||
Reference in New Issue
Block a user