Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 1b4906c

Browse files
Update to use OnnxRuntime 1.2 (#462)
* Updated ORT dependencies * Updated ORT Feed * Updated ORT tests for GPU * Revert "Updated ORT Feed" This reverts commit 76680f1. * Revert "Updated ORT tests for GPU" This reverts commit ae55b45.
1 parent 51d0077 commit 1b4906c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/DotNetBridge/DotNetBridge.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
<PackageReference Include="Microsoft.ML.LightGBM" Version="1.5.0-preview*" />
4141
<PackageReference Include="Microsoft.ML.OnnxConverter" Version="0.17.0-preview*" />
4242
<PackageReference Include="Microsoft.ML.OnnxTransformer" Version="1.5.0-preview*" />
43+
<PackageReference Include="Microsoft.ML.OnnxRuntime" Version="1.2.0" />
4344
<PackageReference Include="Microsoft.ML.TensorFlow" Version="1.5.0-preview*" />
4445
<PackageReference Include="Microsoft.ML.Vision" Version="1.5.0-preview*" />
4546
<PackageReference Include="Microsoft.ML.Ensemble" Version="0.17.0-preview*" />

src/Platforms/build.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<PackageReference Include="Microsoft.ML.ImageAnalytics" Version="1.5.0-preview*" />
1919
<PackageReference Include="Microsoft.ML.LightGBM" Version="1.5.0-preview*" />
2020
<PackageReference Include="Microsoft.ML.OnnxConverter" Version="0.17.0-preview*" />
21+
<PackageReference Include="Microsoft.ML.OnnxRuntime" Version="1.2.0" />
2122
<PackageReference Include="Microsoft.ML.OnnxTransformer" Version="1.5.0-preview*" />
2223
<PackageReference Include="Microsoft.ML.TensorFlow" Version="1.5.0-preview*" />
2324
<PackageReference Include="Microsoft.ML.Vision" Version="1.5.0-preview*" />

0 commit comments

Comments
 (0)