From 149339a8d90ed35eba3fd10bac59a0bdc88d197d Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 6 Sep 2024 13:18:48 -0600 Subject: [PATCH] Install onnxruntime with openvino execution provider (#13587) * Install onnxruntime with openvino execution provider * Update requirements-wheels.txt * Still include openvino --- docker/main/requirements-wheels.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docker/main/requirements-wheels.txt b/docker/main/requirements-wheels.txt index 224f3d20a..756bf18b5 100644 --- a/docker/main/requirements-wheels.txt +++ b/docker/main/requirements-wheels.txt @@ -28,8 +28,9 @@ norfair == 2.2.* setproctitle == 1.3.* ws4py == 0.5.* unidecode == 1.3.* -onnxruntime == 1.18.* +# OpenVino & ONNX openvino == 2024.1.* +onnxruntime-openvino == 1.18.* # Embeddings onnx_clip == 4.0.* chromadb == 0.5.0 @@ -39,4 +40,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.*