From 209336e3286af5febc21e794bdb5c6db0cc120ce Mon Sep 17 00:00:00 2001 From: Frank Liu Date: Sun, 19 Nov 2023 13:35:09 -0800 Subject: [PATCH] Bump up DJL version to 0.26.0 --- android/gradle.properties | 2 +- examples/pom.xml | 4 ++-- gradle.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android/gradle.properties b/android/gradle.properties index 68ad6c12151..12743564e6d 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -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 diff --git a/examples/pom.xml b/examples/pom.xml index 145e4f16519..bcdad56254c 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -5,12 +5,12 @@ ai.djl examples - 0.25.0-SNAPSHOT + 0.26.0-SNAPSHOT 11 11 - 0.25.0-SNAPSHOT + 0.26.0-SNAPSHOT ai.djl.examples.inference.ObjectDetection diff --git a/gradle.properties b/gradle.properties index ca970df1e66..9bd39ebbfe5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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