mirror of
https://github.com/immich-app/immich.git
synced 2026-05-20 14:52:34 -04:00
remove unnecessary print
This commit is contained in:
@@ -55,7 +55,7 @@ def init_rknn(rknnModel, id) -> RKNNLite:
|
||||
|
||||
if ret != 0:
|
||||
raise RuntimeError("Init runtime environment failed")
|
||||
print(rknnModel, "\t\tdone")
|
||||
|
||||
return rknn_lite
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user