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

This commit is contained in:
luzpaz 2025-05-09 09:10:34 -04:00 committed by GitHub
parent ccc2b191dd
commit b1e1362246
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 8 additions and 8 deletions
machine-learning/immich_ml/sessions/rknn

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