We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9695ad8 + 3718ce3 commit 1211d5cCopy full SHA for 1211d5c
1 file changed
onnxruntime-benchmark/build.gradle
@@ -20,7 +20,7 @@ dependencies {
20
implementation project(":")
21
implementation project(path: ":", configuration: 'cpu')
22
implementation project(':onnx')
23
- implementation "com.microsoft.onnxruntime:onnxruntime:1.24.3"
+ implementation "com.microsoft.onnxruntime:onnxruntime:1.25.0"
24
// jmh "org.bytedeco:onnxruntime-platform:1.13.1-1.5.8"
25
jmh 'org.openjdk.jmh:jmh-core:1.37'
26
jmh 'org.openjdk.jmh:jmh-generator-annprocess:1.37'
0 commit comments