Skip to content

Commit

Permalink
Dump DJL version 0.31.1 to 0.32.0. Pull request #466 #465 #464 #463
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuouillon authored and baltzell committed Feb 12, 2025
1 parent 992441e commit 271a38c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<dependency>
<groupId>ai.djl</groupId>
<artifactId>bom</artifactId>
<version>0.31.1</version>
<version>0.32.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -62,20 +62,20 @@
<dependency>
<groupId>ai.djl</groupId>
<artifactId>model-zoo</artifactId>
<version>0.30.0</version>
<version>0.32.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>ai.djl.pytorch</groupId>
<artifactId>pytorch-model-zoo</artifactId>
<version>0.31.1</version>
<version>0.32.0</version>
</dependency>

<dependency>
<groupId>ai.djl.pytorch</groupId>
<artifactId>pytorch-engine</artifactId>
<version>0.31.1</version>
<version>0.32.0</version>
<scope>runtime</scope>
</dependency>

Expand All @@ -90,7 +90,7 @@
<dependency>
<groupId>ai.djl.pytorch</groupId>
<artifactId>pytorch-jni</artifactId>
<version>2.4.0-0.30.0</version>
<version>2.5.1-0.32.0</version>
<scope>runtime</scope>
</dependency>

Expand Down

0 comments on commit 271a38c

Please sign in to comment.