Move tensorrt onnxruntime in line with other build variants (#19150)

This commit is contained in:
Nicolas Mowen 2025-07-15 07:55:41 -06:00 committed by GitHub
parent 4c8f4ef9fa
commit f81ac43be6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,5 +14,5 @@ nvidia_cusparse_cu12==12.5.1.*; platform_machine == 'x86_64'
nvidia_nccl_cu12==2.23.4; platform_machine == 'x86_64'
nvidia_nvjitlink_cu12==12.5.82; platform_machine == 'x86_64'
onnx==1.16.*; platform_machine == 'x86_64'
onnxruntime-gpu==1.22.*; platform_machine == 'x86_64'
onnxruntime-gpu==1.20.*; platform_machine == 'x86_64'
protobuf==3.20.3; platform_machine == 'x86_64'