Unverified Commit a8a7bed2 authored by Hongtao Zhang's avatar Hongtao Zhang Committed by GitHub
Browse files

Dependency - Bump onnxruntime-gpu version from 1.10.0 to 1.12.0 (#663)



**Description**

Bump onnxruntime-gpu from 1.10.0 to 1.12.0.

---------
Co-authored-by: default avatarhongtaozhang <hongtaozhang@microsoft.com>
parent 83ee4eba
......@@ -215,7 +215,7 @@ def run(self):
],
'ort': [
'onnx>=1.10.2',
'onnxruntime-gpu==1.10.0; python_version<"3.10" and platform_machine == "x86_64"',
'onnxruntime-gpu==1.12.0; python_version<"3.10" and platform_machine == "x86_64"',
'onnxruntime-gpu; python_version>="3.10" and platform_machine == "x86_64"',
],
'nvidia': ['py3nvml>=0.2.6'],
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment