mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
Update some CUDA libraries to clean up version warning
This commit is contained in:
parent
bd4983d203
commit
e1b075a11d
@ -315,5 +315,4 @@ class TensorRtDetector(DetectionApi):
|
|||||||
detections, np.zeros((append_cnt, 6), np.float32), axis=0
|
detections, np.zeros((append_cnt, 6), np.float32), axis=0
|
||||||
)
|
)
|
||||||
|
|
||||||
# self.fps.update()
|
|
||||||
return detections
|
return detections
|
||||||
|
|||||||
@ -3,9 +3,6 @@ nvidia-pyindex; platform_machine == 'x86_64'
|
|||||||
nvidia-tensorrt == 8.4.1.5; platform_machine == 'x86_64'
|
nvidia-tensorrt == 8.4.1.5; platform_machine == 'x86_64'
|
||||||
cuda-python == 11.7; platform_machine == 'x86_64'
|
cuda-python == 11.7; platform_machine == 'x86_64'
|
||||||
cython == 0.29.*; platform_machine == 'x86_64'
|
cython == 0.29.*; platform_machine == 'x86_64'
|
||||||
nvidia-cuda-runtime-cu11 == 2022.4.25; platform_machine == 'x86_64'
|
nvidia-cuda-runtime-cu11 == 11.7.*; platform_machine == 'x86_64'
|
||||||
nvidia-cuda-runtime-cu117 == 11.7.*; platform_machine == 'x86_64'
|
nvidia-cublas-cu11 == 11.11.*; platform_machine == 'x86_64'
|
||||||
nvidia-cublas-cu11 == 2022.4.8; platform_machine == 'x86_64'
|
nvidia-cudnn-cu11 == 8.7.*; platform_machine == 'x86_64'
|
||||||
nvidia-cublas-cu117 == 11.10.*; platform_machine == 'x86_64'
|
|
||||||
nvidia-cudnn-cu11 == 2022.5.19; platform_machine == 'x86_64'
|
|
||||||
nvidia-cudnn-cu116 == 8.4.*; platform_machine == 'x86_64'
|
|
||||||
Loading…
Reference in New Issue
Block a user