mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
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:
parent
764cca5a70
commit
149339a8d9
@ -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.*
|
||||||
|
Loading…
Reference in New Issue
Block a user