Unverified Commit 262697cb authored by user4543's avatar user4543 Committed by GitHub
Browse files

Bug - Force to fix ort version as '1.10.0' (#343)

**Description**
Force to fix ort version as '1.10.0'.
parent 80dcc8aa
......@@ -173,7 +173,7 @@ def run(self):
'nvidia': ['py3nvml>=0.2.6'],
'ort': [
'onnx>=1.10.2',
'onnxruntime-gpu>=1.9.0',
'onnxruntime-gpu==1.10.0',
],
'torch': [
'torch>=1.7.0a0',
......
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