mirror of
https://github.com/immich-app/immich.git
synced 2026-01-20 08:40:53 -08: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