Skip to content

Commit

Permalink
[onnx] Upgrades OnnxRuntime to 1.17.1 (#3019)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfliu committed Apr 26, 2024
1 parent 9e3c7ae commit fc7f58c
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.3";
return "1.17.1";
}

/** {@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.3
onnxruntime_version=1.17.1
paddlepaddle_version=2.3.2
sentencepiece_version=0.1.97
tokenizers_version=0.15.0
Expand Down

0 comments on commit fc7f58c

Please sign in to comment.