mirror of
https://github.com/immich-app/immich.git
synced 2025-11-20 14:52:40 +09:00
fix: various typos (grouped in to separate commits) (#18177)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user