Skip to content

Commit

Permalink
fix(ml): pin onnxruntime-openvino (immich-app#13290)
Browse files Browse the repository at this point in the history
  • Loading branch information
mertalev authored Oct 8, 2024
1 parent 08d428c commit 3ba2602
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions machine-learning/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion machine-learning/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ onnxruntime-gpu = {version = "^1.17.0", source = "cuda12"}
optional = true

[tool.poetry.group.openvino.dependencies]
onnxruntime-openvino = "^1.17.1"
onnxruntime-openvino = ">=1.17.1,<1.19.0"

[tool.poetry.group.armnn]
optional = true
Expand Down

0 comments on commit 3ba2602

Please sign in to comment.