Skip to content

Commit

Permalink
Bump up DJL version to 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfliu committed Nov 19, 2023
1 parent 062d395 commit 209336e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ org.gradle.jvmargs=-Xmx1536m
android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
djl_version=0.23.0
djl_version=0.26.0
pytorch_version=1.13.1
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

<groupId>ai.djl</groupId>
<artifactId>examples</artifactId>
<version>0.25.0-SNAPSHOT</version>
<version>0.26.0-SNAPSHOT</version>

<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<djl.version>0.25.0-SNAPSHOT</djl.version>
<djl.version>0.26.0-SNAPSHOT</djl.version>
<exec.mainClass>ai.djl.examples.inference.ObjectDetection</exec.mainClass>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ systemProp.org.gradle.internal.http.connectionTimeout=60000
# FIXME: Workaround gradle publish issue: https://github.com/gradle/gradle/issues/11308
systemProp.org.gradle.internal.publish.checksums.insecure=true

djl_version=0.25.0
djl_version=0.26.0
mxnet_version=1.9.1
pytorch_version=2.0.1
tensorflow_version=2.10.1
Expand Down

0 comments on commit 209336e

Please sign in to comment.