Skip to content

Commit 1f32ca6

Browse files
Update mobile/examples/speech_recognition/model dependencies. (#480)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 976cdf5 commit 1f32ca6

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
onnx==1.13.0
2-
onnxruntime==1.13.1
3-
protobuf==3.20.2
4-
torch==1.13.1
5-
torchaudio==0.13.1
1+
onnx==1.16.1
2+
onnxruntime==1.19.2
3+
torch==2.2.2
4+
torchaudio==2.2.2
65
transformers==4.38.0

mobile/examples/speech_recognition/model/wav2vec2_gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
input_names=["input"],
2020
output_names=["output"],
2121
dynamic_axes={"input": [1], "output": [1]},
22-
opset_version=13)
22+
opset_version=14)

0 commit comments

Comments
 (0)