From 8ab387d8673d03f979a333968c7ed92f2180906c Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 6 Sep 2024 07:14:36 -0600 Subject: [PATCH] Install onnxruntime with openvino execution provider --- docker/main/requirements-wheels.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/main/requirements-wheels.txt b/docker/main/requirements-wheels.txt index 224f3d20a..b8c4293a4 100644 --- a/docker/main/requirements-wheels.txt +++ b/docker/main/requirements-wheels.txt @@ -28,8 +28,8 @@ norfair == 2.2.* setproctitle == 1.3.* ws4py == 0.5.* unidecode == 1.3.* -onnxruntime == 1.18.* -openvino == 2024.1.* +# OpenVino & ONNX +onnxruntime-openvino == 1.19.* # Embeddings onnx_clip == 4.0.* chromadb == 0.5.0 @@ -39,4 +39,4 @@ ollama == 0.2.* openai == 1.30.* # push notifications py-vapid == 1.9.* -pywebpush == 2.0.* \ No newline at end of file +pywebpush == 2.0.*