Skip to content

Commit ec86114

Browse files
committed
Fix builds for ONNX Runtime
1 parent 38451d1 commit ec86114

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

onnxruntime/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>org.bytedeco</groupId>
2424
<artifactId>dnnl</artifactId>
25-
<version>3.6.1.1-${project.parent.version}</version>
25+
<version>3.6.1-${project.parent.version}</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.bytedeco</groupId>
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>org.bytedeco</groupId>
5151
<artifactId>dnnl-platform</artifactId>
52-
<version>3.6.1.1-${project.parent.version}</version>
52+
<version>3.6.1-${project.parent.version}</version>
5353
</dependency>
5454
</dependencies>
5555
<configuration>

0 commit comments

Comments
 (0)