Skip to content

Commit

Permalink
[onnxruntime] Updates OnnxRuntime to 1.16.3 (#2888)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfliu committed Apr 26, 2024
1 parent 5c66606 commit 66a106a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public int getRank() {
/** {@inheritDoc} */
@Override
public String getVersion() {
return "1.16.0";
return "1.16.3";
}

/** {@inheritDoc} */
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pytorch_version=2.1.1
tensorflow_version=2.10.1
tflite_version=2.6.2
trt_version=8.4.1
onnxruntime_version=1.16.0
onnxruntime_version=1.16.3
paddlepaddle_version=2.3.2
sentencepiece_version=0.1.97
tokenizers_version=0.15.0
Expand Down

0 comments on commit 66a106a

Please sign in to comment.