Skip to content

Commit

Permalink
[ci] Updates OnnxRuntime to 1.18.0 (#3235)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfliu authored Jun 4, 2024
1 parent c17307b commit 16e414f
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 @@ -102,7 +102,7 @@ public int getRank() {
/** {@inheritDoc} */
@Override
public String getVersion() {
return "1.17.1";
return "1.18.0";
}

/** {@inheritDoc} */
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pytorch = "2.2.2"
tensorflow = "2.10.1"
tensorflowCore = "0.5.0"
mxnet = "1.9.1"
onnxruntime = "1.17.1"
onnxruntime = "1.18.0"
xgboost = "2.0.3"
lightgbm = "3.2.110"
tensorrt = "8.4.1"
Expand Down

0 comments on commit 16e414f

Please sign in to comment.