mirror of
https://github.com/immich-app/immich.git
synced 2025-06-14 21:38:26 +02:00
fix: various typos (grouped in to separate commits) (#18177)
This commit is contained in:
parent
ccc2b191dd
commit
b1e1362246
8 changed files with 8 additions and 8 deletions
machine-learning/immich_ml/sessions/rknn
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue