Install onnxruntime with openvino execution provider (#13587)

* Install onnxruntime with openvino execution provider

* Update requirements-wheels.txt

* Still include openvino
This commit is contained in:
Nicolas Mowen 2024-09-06 13:18:48 -06:00 committed by GitHub
parent 764cca5a70
commit 149339a8d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,8 +28,9 @@ norfair == 2.2.*
setproctitle == 1.3.* setproctitle == 1.3.*
ws4py == 0.5.* ws4py == 0.5.*
unidecode == 1.3.* unidecode == 1.3.*
onnxruntime == 1.18.* # OpenVino & ONNX
openvino == 2024.1.* openvino == 2024.1.*
onnxruntime-openvino == 1.18.*
# Embeddings # Embeddings
onnx_clip == 4.0.* onnx_clip == 4.0.*
chromadb == 0.5.0 chromadb == 0.5.0
@ -39,4 +40,4 @@ ollama == 0.2.*
openai == 1.30.* openai == 1.30.*
# push notifications # push notifications
py-vapid == 1.9.* py-vapid == 1.9.*
pywebpush == 2.0.* pywebpush == 2.0.*