revert onnx runtime update (#18074)

* revert onnx runtime update

* Fix docs
This commit is contained in:
Nicolas Mowen
2025-05-06 09:02:34 -05:00
committed by GitHub
parent 511542eaf8
commit 3a69273f0c
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -13,5 +13,5 @@ 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'
onnxruntime-gpu==1.20.*; platform_machine == 'x86_64'
protobuf==3.20.3; platform_machine == 'x86_64'