Deps updates (#14556)

* Update nvidia deps

* Update python deps

* Update web deps
This commit is contained in:
Nicolas Mowen
2024-10-24 07:48:14 -06:00
committed by GitHub
parent 8fefded8dc
commit f9b246dbd0
4 changed files with 478 additions and 274 deletions

View File

@@ -9,6 +9,6 @@ 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-cufft-cu11==10.*; platform_machine == 'x86_64'
onnx==1.14.0; platform_machine == 'x86_64'
onnxruntime-gpu==1.17.*; platform_machine == 'x86_64'
onnx==1.16.*; platform_machine == 'x86_64'
onnxruntime-gpu==1.19.*; platform_machine == 'x86_64'
protobuf==3.20.3; platform_machine == 'x86_64'