Skip to content

Commit 7603eb5

Browse files
authored
Moving to ORT 1.20.0 (#368)
* Testing ORT 1.18.0-rc1. * Test 1.20.0-rc1 * Moving to ORT 1.20.0 * Commenting out the ORT snapshot repo.
1 parent 21ff8ed commit 7603eb5

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

Interop/ONNX/pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,21 @@
2828
<artifactId>tribuo-onnx</artifactId>
2929
<packaging>jar</packaging>
3030

31+
<!--
32+
<repositories>
33+
<repository>
34+
<id>ORT-Nightly</id>
35+
<url>https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/maven/v1</url>
36+
<releases>
37+
<enabled>true</enabled>
38+
</releases>
39+
<snapshots>
40+
<enabled>true</enabled>
41+
</snapshots>
42+
</repository>
43+
</repositories>
44+
-->
45+
3146
<dependencies>
3247
<dependency>
3348
<groupId>${project.groupId}</groupId>

THIRD_PARTY_LICENSES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
8989
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
9090
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
9191

92-
onnx-runtime 1.16.0 - MIT License
92+
onnx-runtime 1.20.0 - MIT License
9393

9494
MIT License
9595

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<!-- 3rd party backend dependencies -->
5252
<liblinear.version>2.44</liblinear.version>
5353
<libsvm.version>3.25</libsvm.version>
54-
<onnxruntime.version>1.16.0</onnxruntime.version>
54+
<onnxruntime.version>1.20.0</onnxruntime.version>
5555
<tensorflow.version>1.0.0</tensorflow.version>
5656
<xgboost.version>1.6.2</xgboost.version>
5757

0 commit comments

Comments
 (0)