Skip to content

Commit 662d8c8

Browse files
committed
export to opset 14
1 parent 630023a commit 662d8c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)