mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-10-04 11:15:55 +02:00
* frigate+ pane i18n fix * catch more exceptions * explore search result tooltip i18n fix * i18n fix * remove comments about deprecated strftime_fmt * Catch producers exists but is None * Formatting * fix live camera view i18n * Add default role config for proxy users This allows users to specify a default role for users when using a proxy for auth. This can be useful for users who can't/don't want to define a header mapping for the remote-role header. * update reference config and auth docs * clarify face rec camera level config * clarify auth docs * Fix onnx not working with openvino * Update openvino to fix failed npu plugin check --------- Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
18 lines
891 B
Plaintext
18 lines
891 B
Plaintext
# NVidia TensorRT Support (amd64 only)
|
|
--extra-index-url 'https://pypi.nvidia.com'
|
|
numpy < 1.24; platform_machine == 'x86_64'
|
|
tensorrt == 8.6.1; platform_machine == 'x86_64'
|
|
tensorrt_bindings == 8.6.1; platform_machine == 'x86_64'
|
|
cuda-python == 11.8.*; platform_machine == 'x86_64'
|
|
cython == 3.0.*; platform_machine == 'x86_64'
|
|
nvidia-cuda-runtime-cu12 == 12.1.*; platform_machine == 'x86_64'
|
|
nvidia-cuda-runtime-cu11 == 11.8.*; platform_machine == 'x86_64'
|
|
nvidia-cublas-cu11 == 11.11.3.6; platform_machine == 'x86_64'
|
|
nvidia-cudnn-cu11 == 8.6.0.*; platform_machine == 'x86_64'
|
|
nvidia-cudnn-cu12 == 9.5.0.*; platform_machine == 'x86_64'
|
|
nvidia-cufft-cu11==10.*; platform_machine == 'x86_64'
|
|
nvidia-cufft-cu12==11.*; platform_machine == 'x86_64'
|
|
onnx==1.16.*; platform_machine == 'x86_64'
|
|
onnxruntime-gpu==1.21.0; platform_machine == 'x86_64'
|
|
protobuf==3.20.3; platform_machine == 'x86_64'
|