From 815ed1ae66f09b5c78819b092d771bfffc085caf Mon Sep 17 00:00:00 2001 From: yoni13 Date: Sat, 11 Jan 2025 20:33:48 +0800 Subject: [PATCH] Install onnxruntime --- machine-learning/poetry.lock | 2 +- machine-learning/pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/machine-learning/poetry.lock b/machine-learning/poetry.lock index 01afc5f5aa..6bcb68032a 100644 --- a/machine-learning/poetry.lock +++ b/machine-learning/poetry.lock @@ -3819,4 +3819,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<4.0" -content-hash = "ae0bfc17ec6eed4042b337b545bbbef68e1b6a266707275b957a581c53ce84b2" +content-hash = "0dfd0c31320434bf52aa454d7981faf8cbb162d23276bb05519ade9e8b6d6194" diff --git a/machine-learning/pyproject.toml b/machine-learning/pyproject.toml index 6541373cf1..c50a4b7fef 100644 --- a/machine-learning/pyproject.toml +++ b/machine-learning/pyproject.toml @@ -64,6 +64,7 @@ optional = true [tool.poetry.group.rknn.dependencies] rknn-toolkit-lite2 = "^2.3.0" +onnxruntime = "^1.15.0" [[tool.poetry.source]] name = "cuda12"