mirror of
https://github.com/immich-app/immich.git
synced 2025-07-09 03:04:16 -04:00
quoted type
This commit is contained in:
parent
ec0fa4d52b
commit
ce2a41826e
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user