1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-07 23:03:36 +02:00

fix: various typos (grouped in to separate commits) (#18177)

This commit is contained in:
luzpaz
2025-05-09 09:10:34 -04:00
committed by GitHub
parent ccc2b191dd
commit b1e1362246
8 changed files with 8 additions and 8 deletions

View File

@ -53,7 +53,7 @@ def init_rknn(model_path: str) -> "RKNNLite":
ret = rknn_lite.init_runtime() # Please do not set this parameter on other platforms.
if ret != 0:
raise RuntimeError("Failed to inititalize RKNN runtime environment")
raise RuntimeError("Failed to initialize RKNN runtime environment")
return rknn_lite