Skip to content

Commit

Permalink
[onnxruntime] Upgrades OnnxRuntime to 1.16.0 (#2784)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfliu committed Sep 21, 2023
1 parent 950340f commit da15713
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.15.1";
return "1.16.0";
}

/** {@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.0.1
tensorflow_version=2.10.1
tflite_version=2.6.2
trt_version=8.4.1
onnxruntime_version=1.15.1
onnxruntime_version=1.16.0
paddlepaddle_version=2.3.2
sentencepiece_version=0.1.97
tokenizers_version=0.13.3
Expand Down

0 comments on commit da15713

Please sign in to comment.