Skip to content

Commit

Permalink
Fix builds for ONNX Runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
saudet committed Nov 10, 2024
1 parent 38451d1 commit ec86114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions onnxruntime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>org.bytedeco</groupId>
<artifactId>dnnl</artifactId>
<version>3.6.1.1-${project.parent.version}</version>
<version>3.6.1-${project.parent.version}</version>
</dependency>
<dependency>
<groupId>org.bytedeco</groupId>
Expand All @@ -49,7 +49,7 @@
<dependency>
<groupId>org.bytedeco</groupId>
<artifactId>dnnl-platform</artifactId>
<version>3.6.1.1-${project.parent.version}</version>
<version>3.6.1-${project.parent.version}</version>
</dependency>
</dependencies>
<configuration>
Expand Down

0 comments on commit ec86114

Please sign in to comment.