Skip to content

Commit

Permalink
Testing ORT 1.18.0-rc1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Craigacp committed May 6, 2024
1 parent 83e197f commit d8e3ea1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions Interop/ONNX/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,19 @@
<artifactId>tribuo-onnx</artifactId>
<packaging>jar</packaging>

<repositories>
<repository>
<id>ORT-Nightly</id>
<url>https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/maven/v1</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<!-- 3rd party backend dependencies -->
<liblinear.version>2.44</liblinear.version>
<libsvm.version>3.25</libsvm.version>
<onnxruntime.version>1.16.0</onnxruntime.version>
<onnxruntime.version>1.18.0-rc1</onnxruntime.version>
<tensorflow.version>0.5.0</tensorflow.version>
<xgboost.version>1.6.2</xgboost.version>

Expand Down

0 comments on commit d8e3ea1

Please sign in to comment.