Slightly downgrade onnxruntime-gpu (#14558)

This commit is contained in:
Nicolas Mowen 2024-10-24 12:17:11 -06:00 committed by GitHub
parent f9b246dbd0
commit f9fba94863
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,5 +10,5 @@ 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.16.*; platform_machine == 'x86_64'
onnxruntime-gpu==1.19.*; platform_machine == 'x86_64'
onnxruntime-gpu==1.18.*; platform_machine == 'x86_64'
protobuf==3.20.3; platform_machine == 'x86_64'