Skip to content

Commit

Permalink
Update mobile/examples/speech_recognition/model dependencies. (#480)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
edgchen1 and dependabot[bot] authored Oct 14, 2024
1 parent 976cdf5 commit 1f32ca6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions mobile/examples/speech_recognition/model/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
onnx==1.13.0
onnxruntime==1.13.1
protobuf==3.20.2
torch==1.13.1
torchaudio==0.13.1
onnx==1.16.1
onnxruntime==1.19.2
torch==2.2.2
torchaudio==2.2.2
transformers==4.38.0
2 changes: 1 addition & 1 deletion mobile/examples/speech_recognition/model/wav2vec2_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
input_names=["input"],
output_names=["output"],
dynamic_axes={"input": [1], "output": [1]},
opset_version=13)
opset_version=14)

0 comments on commit 1f32ca6

Please sign in to comment.