"googlemock/git@developer.sourcefind.cn:yangql/googletest.git" did not exist on "ecd530865cefdfa7dea58e84f6aa1b548950363d"
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): ...@@ -173,7 +173,7 @@ def run(self):
'nvidia': ['py3nvml>=0.2.6'], 'nvidia': ['py3nvml>=0.2.6'],
'ort': [ 'ort': [
'onnx>=1.10.2', 'onnx>=1.10.2',
'onnxruntime-gpu>=1.9.0', 'onnxruntime-gpu==1.10.0',
], ],
'torch': [ 'torch': [
'torch>=1.7.0a0', '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