Install onnxruntime with openvino execution provider

This commit is contained in:
Nicolas Mowen 2024-09-06 07:14:36 -06:00 committed by GitHub
parent 764cca5a70
commit 8ab387d867
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,8 +28,8 @@ 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.* onnxruntime-openvino == 1.19.*
# Embeddings # Embeddings
onnx_clip == 4.0.* onnx_clip == 4.0.*
chromadb == 0.5.0 chromadb == 0.5.0
@ -39,4 +39,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.*