Skip to content

Commit

Permalink
Fix onnxruntime/onnx versions in requirements.txt. (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgchen1 authored Aug 3, 2021
1 parent f924341 commit aadceef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mobile/examples/basic_usage/model/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
onnx>=1.9.0
onnxruntime>=1.8.0
onnx==1.8.0
onnxruntime==1.8.1
4 changes: 2 additions & 2 deletions mobile/examples/speech_recognition/model/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
onnx>=1.9.0
onnxruntime>=1.8.0
onnx==1.8.0
onnxruntime==1.8.1
torch==1.9.0
torchaudio==0.9.0
transformers==4.6.1

0 comments on commit aadceef

Please sign in to comment.