Skip to content

Commit

Permalink
Merge branch 'main' into xiongyf/update-codeowner
Browse files Browse the repository at this point in the history
  • Loading branch information
abuccts authored Nov 19, 2024
2 parents d1595a5 + a8a7bed commit f8c103e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit f8c103e

Please sign in to comment.