From 5b2ace3b77f61bd15c2fdd169fb67da29207e401 Mon Sep 17 00:00:00 2001 From: Sindhu Somasundaram <56774226+sindhuvahinis@users.noreply.github.com> Date: Thu, 13 Jul 2023 12:54:53 -0700 Subject: [PATCH] Update DJL version to 0.23.0 in documents (#2694) * Update DJL version to 0.23.0 in documents --- android/README.md | 2 +- android/pytorch-native/README.md | 4 +- api/README.md | 2 +- basicdataset/README.md | 2 +- bom/README.md | 6 +-- djl-zero/README.md | 2 +- docs/development/example_dataset.md | 4 +- docs/hybrid_engine.md | 6 +-- docs/load_model.md | 2 +- engines/ml/lightgbm/README.md | 4 +- engines/ml/xgboost/README.md | 4 +- engines/mxnet/mxnet-engine/README.md | 4 +- engines/mxnet/mxnet-model-zoo/README.md | 2 +- .../onnxruntime/onnxruntime-android/README.md | 4 +- .../onnxruntime/onnxruntime-engine/README.md | 8 ++-- .../paddlepaddle-engine/README.md | 2 +- .../paddlepaddle-model-zoo/README.md | 2 +- engines/pytorch/pytorch-engine/README.md | 38 +++++++++---------- engines/pytorch/pytorch-model-zoo/README.md | 2 +- engines/tensorflow/tensorflow-api/README.md | 2 +- .../tensorflow/tensorflow-engine/README.md | 4 +- .../tensorflow/tensorflow-model-zoo/README.md | 2 +- engines/tensorrt/README.md | 4 +- engines/tflite/tflite-engine/README.md | 4 +- extensions/audio/README.md | 2 +- extensions/aws-ai/README.md | 2 +- extensions/fasttext/README.md | 2 +- extensions/hadoop/README.md | 2 +- extensions/opencv/README.md | 2 +- extensions/sentencepiece/README.md | 2 +- extensions/spark/README.md | 2 +- extensions/tablesaw/README.md | 2 +- extensions/timeseries/README.md | 2 +- .../timeseries/docs/forecast_with_M5_data.md | 2 +- extensions/tokenizers/README.md | 2 +- jupyter/BERTQA.ipynb | 10 ++--- jupyter/load_mxnet_model.ipynb | 8 ++-- jupyter/load_pytorch_model.ipynb | 4 +- jupyter/mxnet/load_your_own_mxnet_bert.ipynb | 6 +-- jupyter/object_detection_with_model_zoo.ipynb | 6 +-- .../machine_learning_with_ONNXRuntime.ipynb | 8 ++-- .../face_mask_detection_paddlepaddle.ipynb | 8 ++-- .../face_mask_detection_paddlepaddle_zh.ipynb | 6 +-- jupyter/paddlepaddle/paddle_ocr_java.ipynb | 6 +-- jupyter/paddlepaddle/paddle_ocr_java_zh.ipynb | 6 +-- .../pytorch/load_your_own_pytorch_bert.ipynb | 6 +-- ...fication_using_BERT_on_Amazon_Review.ipynb | 8 ++-- jupyter/tensorflow/pneumonia_detection.ipynb | 8 ++-- ...fication_using_BERT_on_Amazon_Review.ipynb | 6 +-- .../inference_with_tensorflow_lite.ipynb | 8 ++-- jupyter/transfer_learning_on_cifar10.ipynb | 8 ++-- .../01_create_your_first_network.ipynb | 2 +- .../tutorial/02_train_your_first_model.ipynb | 8 ++-- ...image_classification_with_your_model.ipynb | 8 ++-- model-zoo/README.md | 2 +- 55 files changed, 135 insertions(+), 135 deletions(-) diff --git a/android/README.md b/android/README.md index 41f258e9c37..739cd86093b 100644 --- a/android/README.md +++ b/android/README.md @@ -16,7 +16,7 @@ In gradle, you can add the 5 modules in your dependencies: ```groovy dependencies { - implementation platform("ai.djl:bom:0.22.1") + implementation platform("ai.djl:bom:0.23.0") implementation "ai.djl:api" implementation "ai.djl.android:core" diff --git a/android/pytorch-native/README.md b/android/pytorch-native/README.md index 5d6c9172d8f..6a955a9e4ce 100644 --- a/android/pytorch-native/README.md +++ b/android/pytorch-native/README.md @@ -124,7 +124,7 @@ cd .. ./gradlew compileAndroidJNI -Ppt_version=${PYTORCH_VERSION} ``` -`jnilib/0.22.1/android` folder will be created after build, and shared library will be uploaded to S3 in CI build +`jnilib/0.23.0/android` folder will be created after build, and shared library will be uploaded to S3 in CI build ## Build PyTorch android library (.aar) and publish to Sonatype snapshot repo @@ -138,7 +138,7 @@ cd ../../../android # To avoid download jni from S3, manually copy them mkdir -p pytorch-native/jnilib -cp -r ../engines/pytorch/pytorch-native/jnilib/0.22.1/android/* pytorch-native/jnilib +cp -r ../engines/pytorch/pytorch-native/jnilib/0.23.0/android/* pytorch-native/jnilib ./gradlew :pytorch-native:assemble # publish to local maven repo (~/.m2 folder) diff --git a/api/README.md b/api/README.md index 6fb95cf2b67..da75f9d349a 100644 --- a/api/README.md +++ b/api/README.md @@ -35,7 +35,7 @@ You can pull the DJL API from the central Maven repository by including the foll ai.djl api - 0.22.1 + 0.23.0 ``` diff --git a/basicdataset/README.md b/basicdataset/README.md index 66f7d99ff13..37bab679551 100644 --- a/basicdataset/README.md +++ b/basicdataset/README.md @@ -29,7 +29,7 @@ You can pull the module from the central Maven repository by including the follo ai.djl basicdataset - 0.22.1 + 0.23.0 ``` diff --git a/bom/README.md b/bom/README.md index ac53a6bfab1..44519846712 100644 --- a/bom/README.md +++ b/bom/README.md @@ -22,7 +22,7 @@ will need to mention the type as pom and the scope as import) as the following: ai.djl bom - 0.22.1 + 0.23.0 pom import @@ -38,7 +38,7 @@ will need to mention the type as pom and the scope as import) as the following: ai.djl bom - 0.22.1 + 0.23.0 pom import @@ -65,7 +65,7 @@ will need to mention the type as pom and the scope as import) as the following: - First you need add BOM into your build.gradle file as the following: ``` - implementation platform("ai.djl:bom:0.22.1") + implementation platform("ai.djl:bom:0.23.0") ``` - Then you import the desired DJL modules into to you pom.xml file (no version is needed): diff --git a/djl-zero/README.md b/djl-zero/README.md index c7cdb56b4c1..2d2c473cc88 100644 --- a/djl-zero/README.md +++ b/djl-zero/README.md @@ -49,6 +49,6 @@ You can pull the module from the central Maven repository by including the follo ai.djl djl-zero - 0.22.1 + 0.23.0 ``` diff --git a/docs/development/example_dataset.md b/docs/development/example_dataset.md index 186c440fdd4..35e071f728b 100644 --- a/docs/development/example_dataset.md +++ b/docs/development/example_dataset.md @@ -24,8 +24,8 @@ api group: 'org.apache.commons', name: 'commons-csv', version: '1.7' In order to extend the dataset, the following dependencies are required: ``` -api "ai.djl:api:0.22.1" -api "ai.djl:basicdataset:0.22.1" +api "ai.djl:api:0.23.0" +api "ai.djl:basicdataset:0.23.0" ``` There are four parts we need to implement for CSVDataset. diff --git a/docs/hybrid_engine.md b/docs/hybrid_engine.md index ae89ae46fa2..58bdbe69cb4 100644 --- a/docs/hybrid_engine.md +++ b/docs/hybrid_engine.md @@ -21,17 +21,17 @@ to run in a hybrid mode: To use it along with Apache MXNet for additional API support, add the following two dependencies: ``` -runtimeOnly "ai.djl.mxnet:mxnet-engine:0.22.1" +runtimeOnly "ai.djl.mxnet:mxnet-engine:0.23.0" ``` You can also use PyTorch or TensorFlow Engine as the supplemental engine by adding their corresponding dependencies. ``` -runtimeOnly "ai.djl.pytorch:pytorch-engine:0.22.1" +runtimeOnly "ai.djl.pytorch:pytorch-engine:0.23.0" ``` ``` -runtimeOnly "ai.djl.tensorflow:tensorflow-engine:0.22.1" +runtimeOnly "ai.djl.tensorflow:tensorflow-engine:0.23.0" ``` ## How Hybrid works diff --git a/docs/load_model.md b/docs/load_model.md index 0a84e25d901..621d7514605 100644 --- a/docs/load_model.md +++ b/docs/load_model.md @@ -181,7 +181,7 @@ Here is a few tips you can use to help you debug model loading issue: See [here](development/configure_logging.md#configure-logging-level) for how to enable debug log #### List models programmatically in your code -You can use [ModelZoo.listModels()](https://javadoc.io/static/ai.djl/api/0.22.1/ai/djl/repository/zoo/ModelZoo.html#listModels--) API to query available models. +You can use [ModelZoo.listModels()](https://javadoc.io/static/ai.djl/api/0.23.0/ai/djl/repository/zoo/ModelZoo.html#listModels--) API to query available models. #### List available models using DJL command line diff --git a/engines/ml/lightgbm/README.md b/engines/ml/lightgbm/README.md index b85948a7619..3ea950c8935 100644 --- a/engines/ml/lightgbm/README.md +++ b/engines/ml/lightgbm/README.md @@ -36,13 +36,13 @@ LightGBM can only run on top of the Linux/Mac/Windows machine using x86_64. ## Installation You can pull the LightGBM engine from the central Maven repository by including the following dependency: -- ai.djl.ml.lightgbm:lightgbm:0.22.1 +- ai.djl.ml.lightgbm:lightgbm:0.23.0 ```xml ai.djl.ml.lightgbm lightgbm - 0.22.1 + 0.23.0 runtime ``` diff --git a/engines/ml/xgboost/README.md b/engines/ml/xgboost/README.md index 1eb545a610f..d69f1830193 100644 --- a/engines/ml/xgboost/README.md +++ b/engines/ml/xgboost/README.md @@ -37,13 +37,13 @@ XGBoost can only run on top of the Linux/Mac machine. User can build from source ## Installation You can pull the XGBoost engine from the central Maven repository by including the following dependency: -- ai.djl.ml.xgboost:xgboost:0.22.1 +- ai.djl.ml.xgboost:xgboost:0.23.0 ```xml ai.djl.ml.xgboost xgboost - 0.22.1 + 0.23.0 runtime ``` diff --git a/engines/mxnet/mxnet-engine/README.md b/engines/mxnet/mxnet-engine/README.md index d86a5185bc5..cef559f1e31 100644 --- a/engines/mxnet/mxnet-engine/README.md +++ b/engines/mxnet/mxnet-engine/README.md @@ -7,7 +7,7 @@ This module contains the Deep Java Library (DJL) EngineProvider for Apache MXNet We don't recommend that developers use classes in this module directly. Use of these classes will couple your code with Apache MXNet and make switching between engines difficult. Even so, developers are not restricted from using engine-specific features. For more information, -see [NDManager#invoke()](https://javadoc.io/static/ai.djl/api/0.22.1/ai/djl/ndarray/NDManager.html#invoke-java.lang.String-ai.djl.ndarray.NDArray:A-ai.djl.ndarray.NDArray:A-ai.djl.util.PairList-). +see [NDManager#invoke()](https://javadoc.io/static/ai.djl/api/0.23.0/ai/djl/ndarray/NDManager.html#invoke-java.lang.String-ai.djl.ndarray.NDArray:A-ai.djl.ndarray.NDArray:A-ai.djl.util.PairList-). ## Documentation @@ -33,7 +33,7 @@ You can pull the MXNet engine from the central Maven repository by including the ai.djl.mxnet mxnet-engine - 0.22.1 + 0.23.0 runtime ``` diff --git a/engines/mxnet/mxnet-model-zoo/README.md b/engines/mxnet/mxnet-model-zoo/README.md index c43e63f8a05..c4f44fe358c 100644 --- a/engines/mxnet/mxnet-model-zoo/README.md +++ b/engines/mxnet/mxnet-model-zoo/README.md @@ -27,7 +27,7 @@ You can pull the MXNet engine from the central Maven repository by including the ai.djl.mxnet mxnet-model-zoo - 0.22.1 + 0.23.0 ``` diff --git a/engines/onnxruntime/onnxruntime-android/README.md b/engines/onnxruntime/onnxruntime-android/README.md index 126604f6d56..e304e78d5c3 100644 --- a/engines/onnxruntime/onnxruntime-android/README.md +++ b/engines/onnxruntime/onnxruntime-android/README.md @@ -6,13 +6,13 @@ This module contains the DJL ONNX Runtime engine for Android. ## Installation You can pull the ONNX Runtime for Android from the central Maven repository by including the following dependency: -- ai.djl.android:onnxruntime:0.22.1 +- ai.djl.android:onnxruntime:0.23.0 ```xml ai.djl.android onnxruntime - 0.22.1 + 0.23.0 runtime ``` diff --git a/engines/onnxruntime/onnxruntime-engine/README.md b/engines/onnxruntime/onnxruntime-engine/README.md index 5908a05e547..c287819d23f 100644 --- a/engines/onnxruntime/onnxruntime-engine/README.md +++ b/engines/onnxruntime/onnxruntime-engine/README.md @@ -37,13 +37,13 @@ for the official ONNX Runtime project. ## Installation You can pull the ONNX Runtime engine from the central Maven repository by including the following dependency: -- ai.djl.onnxruntime:onnxruntime-engine:0.22.1 +- ai.djl.onnxruntime:onnxruntime-engine:0.23.0 ```xml ai.djl.onnxruntime onnxruntime-engine - 0.22.1 + 0.23.0 runtime ``` @@ -61,7 +61,7 @@ Maven: ai.djl.onnxruntime onnxruntime-engine - 0.22.1 + 0.23.0 runtime @@ -81,7 +81,7 @@ Maven: Gradle: ```groovy -implementation("ai.djl.onnxruntime:onnxruntime-engine:0.22.1") { +implementation("ai.djl.onnxruntime:onnxruntime-engine:0.23.0") { exclude group: "com.microsoft.onnxruntime", module: "onnxruntime" } implementation "com.microsoft.onnxruntime:onnxruntime_gpu:1.14.0" diff --git a/engines/paddlepaddle/paddlepaddle-engine/README.md b/engines/paddlepaddle/paddlepaddle-engine/README.md index e2270862d7c..9e65fb76601 100644 --- a/engines/paddlepaddle/paddlepaddle-engine/README.md +++ b/engines/paddlepaddle/paddlepaddle-engine/README.md @@ -30,7 +30,7 @@ You can pull the PaddlePaddle engine from the central Maven repository by includ ai.djl.paddlepaddle paddlepaddle-engine - 0.22.1 + 0.23.0 runtime ``` diff --git a/engines/paddlepaddle/paddlepaddle-model-zoo/README.md b/engines/paddlepaddle/paddlepaddle-model-zoo/README.md index da8509cb9f4..e2c9cf6036c 100644 --- a/engines/paddlepaddle/paddlepaddle-model-zoo/README.md +++ b/engines/paddlepaddle/paddlepaddle-model-zoo/README.md @@ -26,7 +26,7 @@ from the central Maven repository by including the following dependency: ai.djl.paddlepaddle paddlepaddle-model-zoo - 0.22.1 + 0.23.0 ``` diff --git a/engines/pytorch/pytorch-engine/README.md b/engines/pytorch/pytorch-engine/README.md index 4332f7afd44..054631536bf 100644 --- a/engines/pytorch/pytorch-engine/README.md +++ b/engines/pytorch/pytorch-engine/README.md @@ -24,13 +24,13 @@ The javadocs output is built in the `build/doc/javadoc` folder. ## Installation You can pull the PyTorch engine from the central Maven repository by including the following dependency: -- ai.djl.pytorch:pytorch-engine:0.22.1 +- ai.djl.pytorch:pytorch-engine:0.23.0 ```xml ai.djl.pytorch pytorch-engine - 0.22.1 + 0.23.0 runtime ``` @@ -109,7 +109,7 @@ export PYTORCH_FLAVOR=cpu ### macOS For macOS, you can use the following library: -- ai.djl.pytorch:pytorch-jni:2.0.0-0.22.1 +- ai.djl.pytorch:pytorch-jni:2.0.0-0.23.0 - ai.djl.pytorch:pytorch-native-cpu:2.0.0:osx-x86_64 ```xml @@ -123,7 +123,7 @@ For macOS, you can use the following library: ai.djl.pytorch pytorch-jni - 2.0.0-0.22.1 + 2.0.0-0.23.0 runtime ``` @@ -133,7 +133,7 @@ For macOS, you can use the following library: ### macOS M1 For macOS M1, you can use the following library: -- ai.djl.pytorch:pytorch-jni:2.0.0-0.22.1 +- ai.djl.pytorch:pytorch-jni:2.0.0-0.23.0 - ai.djl.pytorch:pytorch-native-cpu:2.0.0:osx-aarch64 ```xml @@ -147,7 +147,7 @@ For macOS M1, you can use the following library: ai.djl.pytorch pytorch-jni - 2.0.0-0.22.1 + 2.0.0-0.23.0 runtime ``` @@ -158,7 +158,7 @@ installed on your GPU machine, you can use one of the following library: #### Linux GPU -- ai.djl.pytorch:pytorch-jni:2.0.0-0.22.1 +- ai.djl.pytorch:pytorch-jni:2.0.0-0.23.0 - ai.djl.pytorch:pytorch-native-cu118:2.0.0:linux-x86_64 - CUDA 11.8 ```xml @@ -172,14 +172,14 @@ installed on your GPU machine, you can use one of the following library: ai.djl.pytorch pytorch-jni - 2.0.0-0.22.1 + 2.0.0-0.23.0 runtime ``` ### Linux CPU -- ai.djl.pytorch:pytorch-jni:2.0.0-0.22.1 +- ai.djl.pytorch:pytorch-jni:2.0.0-0.23.0 - ai.djl.pytorch:pytorch-native-cpu:2.0.0:linux-x86_64 ```xml @@ -193,14 +193,14 @@ installed on your GPU machine, you can use one of the following library: ai.djl.pytorch pytorch-jni - 2.0.0-0.22.1 + 2.0.0-0.23.0 runtime ``` ### For aarch64 build -- ai.djl.pytorch:pytorch-jni:2.0.0-0.22.1 +- ai.djl.pytorch:pytorch-jni:2.0.0-0.23.0 - ai.djl.pytorch:pytorch-native-cpu-precxx11:2.0.0:linux-aarch64 ```xml @@ -214,7 +214,7 @@ installed on your GPU machine, you can use one of the following library: ai.djl.pytorch pytorch-jni - 2.0.0-0.22.1 + 2.0.0-0.23.0 runtime ``` @@ -224,7 +224,7 @@ installed on your GPU machine, you can use one of the following library: We also provide packages for the system like CentOS 7/Ubuntu 14.04 with GLIBC >= 2.17. All the package were built with GCC 7, we provided a newer `libstdc++.so.6.24` in the package that contains `CXXABI_1.3.9` to use the package successfully. -- ai.djl.pytorch:pytorch-jni:2.0.0-0.22.1 +- ai.djl.pytorch:pytorch-jni:2.0.0-0.23.0 - ai.djl.pytorch:pytorch-native-cu118-precxx11:2.0.0:linux-x86_64 - CUDA 11.8 - ai.djl.pytorch:pytorch-native-cpu-precxx11:2.0.0:linux-x86_64 - CPU @@ -239,7 +239,7 @@ All the package were built with GCC 7, we provided a newer `libstdc++.so.6.24` i ai.djl.pytorch pytorch-jni - 2.0.0-0.22.1 + 2.0.0-0.23.0 runtime ``` @@ -255,7 +255,7 @@ All the package were built with GCC 7, we provided a newer `libstdc++.so.6.24` i ai.djl.pytorch pytorch-jni - 2.0.0-0.22.1 + 2.0.0-0.23.0 runtime ``` @@ -270,7 +270,7 @@ For the Windows platform, you can choose between CPU and GPU. #### Windows GPU -- ai.djl.pytorch:pytorch-jni:2.0.0-0.22.1 +- ai.djl.pytorch:pytorch-jni:2.0.0-0.23.0 - ai.djl.pytorch:pytorch-native-cu118:2.0.0:win-x86_64 - CUDA 11.8 ```xml @@ -284,14 +284,14 @@ For the Windows platform, you can choose between CPU and GPU. ai.djl.pytorch pytorch-jni - 2.0.0-0.22.1 + 2.0.0-0.23.0 runtime ``` ### Windows CPU -- ai.djl.pytorch:pytorch-jni:2.0.0-0.22.1 +- ai.djl.pytorch:pytorch-jni:2.0.0-0.23.0 - ai.djl.pytorch:pytorch-native-cpu:2.0.0:win-x86_64 ```xml @@ -305,7 +305,7 @@ For the Windows platform, you can choose between CPU and GPU. ai.djl.pytorch pytorch-jni - 2.0.0-0.22.1 + 2.0.0-0.23.0 runtime ``` diff --git a/engines/pytorch/pytorch-model-zoo/README.md b/engines/pytorch/pytorch-model-zoo/README.md index 77ac939ae77..8d3113842e1 100644 --- a/engines/pytorch/pytorch-model-zoo/README.md +++ b/engines/pytorch/pytorch-model-zoo/README.md @@ -25,7 +25,7 @@ You can pull the PyTorch engine from the central Maven repository by including t ai.djl.pytorch pytorch-model-zoo - 0.22.1 + 0.23.0 ``` diff --git a/engines/tensorflow/tensorflow-api/README.md b/engines/tensorflow/tensorflow-api/README.md index f2d7d2e6057..fd2741dc9e4 100644 --- a/engines/tensorflow/tensorflow-api/README.md +++ b/engines/tensorflow/tensorflow-api/README.md @@ -16,6 +16,6 @@ You can pull the TensorFlow core java API from the central Maven repository by i ai.djl.tensorflow tensorflow-api - 0.22.1 + 0.23.0 ``` diff --git a/engines/tensorflow/tensorflow-engine/README.md b/engines/tensorflow/tensorflow-engine/README.md index 0b481983cb5..57bcdda98d7 100644 --- a/engines/tensorflow/tensorflow-engine/README.md +++ b/engines/tensorflow/tensorflow-engine/README.md @@ -28,13 +28,13 @@ The javadocs output is built in the `build/doc/javadoc` folder. You can pull the TensorFlow engine from the central Maven repository by including the following dependency: -- ai.djl.tensorflow:tensorflow-engine:0.22.1 +- ai.djl.tensorflow:tensorflow-engine:0.23.0 ```xml ai.djl.tensorflow tensorflow-engine - 0.22.1 + 0.23.0 runtime ``` diff --git a/engines/tensorflow/tensorflow-model-zoo/README.md b/engines/tensorflow/tensorflow-model-zoo/README.md index 266598ae3d7..b34154fa126 100644 --- a/engines/tensorflow/tensorflow-model-zoo/README.md +++ b/engines/tensorflow/tensorflow-model-zoo/README.md @@ -26,7 +26,7 @@ from the central Maven repository by including the following dependency: ai.djl.tensorflow tensorflow-model-zoo - 0.22.1 + 0.23.0 ``` diff --git a/engines/tensorrt/README.md b/engines/tensorrt/README.md index c956eccc6aa..6373386479e 100644 --- a/engines/tensorrt/README.md +++ b/engines/tensorrt/README.md @@ -28,13 +28,13 @@ The javadocs output is generated in the `build/doc/javadoc` folder. ## Installation You can pull the TensorRT engine from the central Maven repository by including the following dependency: -- ai.djl.tensorrt:tensorrt:0.22.1 +- ai.djl.tensorrt:tensorrt:0.23.0 ```xml ai.djl.tensorrt tensorrt - 0.22.1 + 0.23.0 runtime ``` diff --git a/engines/tflite/tflite-engine/README.md b/engines/tflite/tflite-engine/README.md index 2bf5c2c5eba..b1dd8fc9778 100644 --- a/engines/tflite/tflite-engine/README.md +++ b/engines/tflite/tflite-engine/README.md @@ -24,13 +24,13 @@ The javadocs output is built in the `build/doc/javadoc` folder. ## Installation You can pull the TensorFlow Lite engine from the central Maven repository by including the following dependency: -- ai.djl.tflite:tflite-engine:0.22.1 +- ai.djl.tflite:tflite-engine:0.23.0 ```xml ai.djl.tflite tflite-engine - 0.22.1 + 0.23.0 runtime ``` diff --git a/extensions/audio/README.md b/extensions/audio/README.md index d217b391aeb..7e2c89692bc 100644 --- a/extensions/audio/README.md +++ b/extensions/audio/README.md @@ -23,6 +23,6 @@ You can pull the module from the central Maven repository by including the follo ai.djl.audio audio - 0.22.1 + 0.23.0 ``` diff --git a/extensions/aws-ai/README.md b/extensions/aws-ai/README.md index 555d7ab86d7..829df0bb0ca 100644 --- a/extensions/aws-ai/README.md +++ b/extensions/aws-ai/README.md @@ -58,6 +58,6 @@ You can pull the module from the central Maven repository by including the follo ai.djl.aws aws-ai - 0.22.1 + 0.23.0 ``` diff --git a/extensions/fasttext/README.md b/extensions/fasttext/README.md index 2f364cba5f9..6f5a25064ea 100644 --- a/extensions/fasttext/README.md +++ b/extensions/fasttext/README.md @@ -34,7 +34,7 @@ You can pull the fastText engine from the central Maven repository by including ai.djl.fasttext fasttext-engine - 0.22.1 + 0.23.0 ``` diff --git a/extensions/hadoop/README.md b/extensions/hadoop/README.md index 6f06f7307de..b3c4ebcc762 100644 --- a/extensions/hadoop/README.md +++ b/extensions/hadoop/README.md @@ -52,6 +52,6 @@ You can pull the module from the central Maven repository by including the follo ai.djl.hadoop hadoop - 0.22.1 + 0.23.0 ``` diff --git a/extensions/opencv/README.md b/extensions/opencv/README.md index ad848e5a0c6..d6c58f518dc 100644 --- a/extensions/opencv/README.md +++ b/extensions/opencv/README.md @@ -23,6 +23,6 @@ You can pull the module from the central Maven repository by including the follo ai.djl.opencv opencv - 0.22.1 + 0.23.0 ``` diff --git a/extensions/sentencepiece/README.md b/extensions/sentencepiece/README.md index 24bca650893..4308308111f 100644 --- a/extensions/sentencepiece/README.md +++ b/extensions/sentencepiece/README.md @@ -23,6 +23,6 @@ You can pull the module from the central Maven repository by including the follo ai.djl.sentencepiece sentencepiece - 0.22.1 + 0.23.0 ``` diff --git a/extensions/spark/README.md b/extensions/spark/README.md index 91661004848..02ebcc07a1d 100644 --- a/extensions/spark/README.md +++ b/extensions/spark/README.md @@ -34,7 +34,7 @@ You can pull the module from the central Maven repository by including the follo ai.djl.spark spark_2.12 - 0.22.1 + 0.23.0 ``` diff --git a/extensions/tablesaw/README.md b/extensions/tablesaw/README.md index 5d8568c5476..010c6395eb9 100644 --- a/extensions/tablesaw/README.md +++ b/extensions/tablesaw/README.md @@ -25,6 +25,6 @@ You can pull the module from the central Maven repository by including the follo ai.djl.tablesaw tablesaw - 0.22.1 + 0.23.0 ``` diff --git a/extensions/timeseries/README.md b/extensions/timeseries/README.md index e5547833d74..9706c9334a4 100644 --- a/extensions/timeseries/README.md +++ b/extensions/timeseries/README.md @@ -245,6 +245,6 @@ You can pull the module from the central Maven repository by including the follo ai.djl.timeseries timeseries - 0.22.1 + 0.23.0 ``` diff --git a/extensions/timeseries/docs/forecast_with_M5_data.md b/extensions/timeseries/docs/forecast_with_M5_data.md index 6c1b37218a8..a4f1a24a1d9 100644 --- a/extensions/timeseries/docs/forecast_with_M5_data.md +++ b/extensions/timeseries/docs/forecast_with_M5_data.md @@ -54,7 +54,7 @@ repositories { } dependencies { implementation "org.apache.logging.log4j:log4j-slf4j-impl:2.17.1" - implementation platform("ai.djl:bom:0.22.1") + implementation platform("ai.djl:bom:0.23.0") implementation "ai.djl:api" implementation "ai.djl.timeseries" runtimeOnly "ai.djl.mxnet:mxnet-engine" diff --git a/extensions/tokenizers/README.md b/extensions/tokenizers/README.md index e8850e8886d..1b85625572c 100644 --- a/extensions/tokenizers/README.md +++ b/extensions/tokenizers/README.md @@ -23,7 +23,7 @@ You can pull the module from the central Maven repository by including the follo ai.djl.huggingface tokenizers - 0.22.1 + 0.23.0 ``` diff --git a/jupyter/BERTQA.ipynb b/jupyter/BERTQA.ipynb index eb4d9ca2af1..4ec97cbd838 100644 --- a/jupyter/BERTQA.ipynb +++ b/jupyter/BERTQA.ipynb @@ -46,11 +46,11 @@ "source": [ "// %mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n", "\n", - "%maven ai.djl:api:0.22.1\n", - "%maven ai.djl.mxnet:mxnet-engine:0.22.1\n", - "%maven ai.djl.mxnet:mxnet-model-zoo:0.22.1\n", - "%maven ai.djl.pytorch:pytorch-engine:0.22.1\n", - "%maven ai.djl.pytorch:pytorch-model-zoo:0.22.1\n", + "%maven ai.djl:api:0.23.0\n", + "%maven ai.djl.mxnet:mxnet-engine:0.23.0\n", + "%maven ai.djl.mxnet:mxnet-model-zoo:0.23.0\n", + "%maven ai.djl.pytorch:pytorch-engine:0.23.0\n", + "%maven ai.djl.pytorch:pytorch-model-zoo:0.23.0\n", "%maven org.slf4j:slf4j-simple:1.7.32" ] }, diff --git a/jupyter/load_mxnet_model.ipynb b/jupyter/load_mxnet_model.ipynb index ebd4f805de4..f90091d1ef4 100644 --- a/jupyter/load_mxnet_model.ipynb +++ b/jupyter/load_mxnet_model.ipynb @@ -22,10 +22,10 @@ "source": [ "// %mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n", "\n", - "%maven ai.djl:api:0.22.1\n", - "%maven ai.djl:model-zoo:0.22.1\n", - "%maven ai.djl.mxnet:mxnet-engine:0.22.1\n", - "%maven ai.djl.mxnet:mxnet-model-zoo:0.22.1\n", + "%maven ai.djl:api:0.23.0\n", + "%maven ai.djl:model-zoo:0.23.0\n", + "%maven ai.djl.mxnet:mxnet-engine:0.23.0\n", + "%maven ai.djl.mxnet:mxnet-model-zoo:0.23.0\n", "%maven org.slf4j:slf4j-simple:1.7.32" ] }, diff --git a/jupyter/load_pytorch_model.ipynb b/jupyter/load_pytorch_model.ipynb index 2b090632390..bf4e3db3e3f 100644 --- a/jupyter/load_pytorch_model.ipynb +++ b/jupyter/load_pytorch_model.ipynb @@ -25,8 +25,8 @@ "source": [ "// %mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n", "\n", - "%maven ai.djl:api:0.22.1\n", - "%maven ai.djl.pytorch:pytorch-engine:0.22.1\n", + "%maven ai.djl:api:0.23.0\n", + "%maven ai.djl.pytorch:pytorch-engine:0.23.0\n", "%maven org.slf4j:slf4j-simple:1.7.32" ] }, diff --git a/jupyter/mxnet/load_your_own_mxnet_bert.ipynb b/jupyter/mxnet/load_your_own_mxnet_bert.ipynb index 40800927b42..9691a4d683a 100644 --- a/jupyter/mxnet/load_your_own_mxnet_bert.ipynb +++ b/jupyter/mxnet/load_your_own_mxnet_bert.ipynb @@ -41,9 +41,9 @@ "source": [ "// %mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n", "\n", - "%maven ai.djl:api:0.22.1\n", - "%maven ai.djl.mxnet:mxnet-engine:0.22.1\n", - "%maven ai.djl.mxnet:mxnet-model-zoo:0.22.1\n", + "%maven ai.djl:api:0.23.0\n", + "%maven ai.djl.mxnet:mxnet-engine:0.23.0\n", + "%maven ai.djl.mxnet:mxnet-model-zoo:0.23.0\n", "%maven org.slf4j:slf4j-simple:1.7.32" ] }, diff --git a/jupyter/object_detection_with_model_zoo.ipynb b/jupyter/object_detection_with_model_zoo.ipynb index ac7fa91791a..9435b9de7aa 100644 --- a/jupyter/object_detection_with_model_zoo.ipynb +++ b/jupyter/object_detection_with_model_zoo.ipynb @@ -21,9 +21,9 @@ "source": [ "// %mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n", "\n", - "%maven ai.djl:api:0.22.1\n", - "%maven ai.djl.mxnet:mxnet-engine:0.22.1\n", - "%maven ai.djl.mxnet:mxnet-model-zoo:0.22.1\n", + "%maven ai.djl:api:0.23.0\n", + "%maven ai.djl.mxnet:mxnet-engine:0.23.0\n", + "%maven ai.djl.mxnet:mxnet-model-zoo:0.23.0\n", "%maven org.slf4j:slf4j-simple:1.7.32" ] }, diff --git a/jupyter/onnxruntime/machine_learning_with_ONNXRuntime.ipynb b/jupyter/onnxruntime/machine_learning_with_ONNXRuntime.ipynb index dc57078401b..d068a97e78b 100644 --- a/jupyter/onnxruntime/machine_learning_with_ONNXRuntime.ipynb +++ b/jupyter/onnxruntime/machine_learning_with_ONNXRuntime.ipynb @@ -54,8 +54,8 @@ "source": [ "// %mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n", "\n", - "%maven ai.djl:api:0.22.1\n", - "%maven ai.djl.onnxruntime:onnxruntime-engine:0.22.1\n", + "%maven ai.djl:api:0.23.0\n", + "%maven ai.djl.onnxruntime:onnxruntime-engine:0.23.0\n", "%maven org.slf4j:slf4j-simple:1.7.32" ] }, @@ -92,7 +92,7 @@ "`Predictor`. The post-processing block allows you to convert the output from the `Predictor` to the desired output\n", "format.\n", "\n", - "In our use case, we use a class namely `IrisFlower` as our input class type. We will use [`Classifications`](https://javadoc.io/doc/ai.djl/api/0.22.1/ai/djl/modality/Classifications.html) as our output class type." + "In our use case, we use a class namely `IrisFlower` as our input class type. We will use [`Classifications`](https://javadoc.io/doc/ai.djl/api/0.23.0/ai/djl/modality/Classifications.html) as our output class type." ] }, { @@ -164,7 +164,7 @@ "source": [ "## Step 2 Prepare your model\n", "\n", - "We will load a pretrained sklearn model into DJL. We defined a [`ModelZoo`](https://javadoc.io/doc/ai.djl/api/0.22.1/ai/djl/repository/zoo/ModelZoo.html) concept to allow user load model from varity of locations, such as remote URL, local files or DJL pretrained model zoo. We need to define [`Criteria`](https://javadoc.io/doc/ai.djl/api/0.22.1/ai/djl/repository/zoo/Criteria.html) class to help the modelzoo locate the model and attach translator. In this example, we download a compressed ONNX model from S3." + "We will load a pretrained sklearn model into DJL. We defined a [`ModelZoo`](https://javadoc.io/doc/ai.djl/api/0.23.0/ai/djl/repository/zoo/ModelZoo.html) concept to allow user load model from varity of locations, such as remote URL, local files or DJL pretrained model zoo. We need to define [`Criteria`](https://javadoc.io/doc/ai.djl/api/0.23.0/ai/djl/repository/zoo/Criteria.html) class to help the modelzoo locate the model and attach translator. In this example, we download a compressed ONNX model from S3." ] }, { diff --git a/jupyter/paddlepaddle/face_mask_detection_paddlepaddle.ipynb b/jupyter/paddlepaddle/face_mask_detection_paddlepaddle.ipynb index 240402af346..1249ee12e2f 100644 --- a/jupyter/paddlepaddle/face_mask_detection_paddlepaddle.ipynb +++ b/jupyter/paddlepaddle/face_mask_detection_paddlepaddle.ipynb @@ -26,12 +26,12 @@ "source": [ "// %mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n", "\n", - "%maven ai.djl:api:0.22.1\n", - "%maven ai.djl.paddlepaddle:paddlepaddle-model-zoo:0.22.1\n", + "%maven ai.djl:api:0.23.0\n", + "%maven ai.djl.paddlepaddle:paddlepaddle-model-zoo:0.23.0\n", "%maven org.slf4j:slf4j-simple:1.7.32\n", "\n", "// second engine to do preprocessing and postprocessing\n", - "%maven ai.djl.pytorch:pytorch-engine:0.22.1" + "%maven ai.djl.pytorch:pytorch-engine:0.23.0" ] }, { @@ -207,7 +207,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "To run inference with this model, we need to load the model from Paddle model zoo. To load a model in DJL, you need to specify a [`Criteria`](https://javadoc.io/doc/ai.djl/api/0.22.1/ai/djl/repository/zoo/Criteria.html). `Criteria` is used identify where to load the model and which `Translator` should apply to it. Then, all we need to do is to get a [`Predictor`](https://javadoc.io/doc/ai.djl/api/latest/ai/djl/inference/Predictor.html) from the model and use it to do inference:" + "To run inference with this model, we need to load the model from Paddle model zoo. To load a model in DJL, you need to specify a [`Criteria`](https://javadoc.io/doc/ai.djl/api/0.23.1/ai/djl/repository/zoo/Criteria.html). `Criteria` is used identify where to load the model and which `Translator` should apply to it. Then, all we need to do is to get a [`Predictor`](https://javadoc.io/doc/ai.djl/api/latest/ai/djl/inference/Predictor.html) from the model and use it to do inference:" ] }, { diff --git a/jupyter/paddlepaddle/face_mask_detection_paddlepaddle_zh.ipynb b/jupyter/paddlepaddle/face_mask_detection_paddlepaddle_zh.ipynb index 096a43dd863..46c86461bdb 100644 --- a/jupyter/paddlepaddle/face_mask_detection_paddlepaddle_zh.ipynb +++ b/jupyter/paddlepaddle/face_mask_detection_paddlepaddle_zh.ipynb @@ -24,12 +24,12 @@ "source": [ "// %mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n", "\n", - "%maven ai.djl:api:0.22.1\n", - "%maven ai.djl.paddlepaddle:paddlepaddle-model-zoo:0.22.1\n", + "%maven ai.djl:api:0.23.0\n", + "%maven ai.djl.paddlepaddle:paddlepaddle-model-zoo:0.23.0\n", "%maven org.slf4j:slf4j-simple:1.7.32\n", "\n", "// second engine to do preprocessing and postprocessing\n", - "%maven ai.djl.pytorch:pytorch-engine:0.22.1" + "%maven ai.djl.pytorch:pytorch-engine:0.23.0" ] }, { diff --git a/jupyter/paddlepaddle/paddle_ocr_java.ipynb b/jupyter/paddlepaddle/paddle_ocr_java.ipynb index 8c00cd2c74b..da8527020ab 100644 --- a/jupyter/paddlepaddle/paddle_ocr_java.ipynb +++ b/jupyter/paddlepaddle/paddle_ocr_java.ipynb @@ -25,12 +25,12 @@ "source": [ "// %mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n", "\n", - "%maven ai.djl:api:0.22.1\n", - "%maven ai.djl.paddlepaddle:paddlepaddle-model-zoo:0.22.1\n", + "%maven ai.djl:api:0.23.0\n", + "%maven ai.djl.paddlepaddle:paddlepaddle-model-zoo:0.23.0\n", "%maven org.slf4j:slf4j-simple:1.7.32\n", "\n", "// second engine to do preprocessing and postprocessing\n", - "%maven ai.djl.pytorch:pytorch-engine:0.22.1" + "%maven ai.djl.pytorch:pytorch-engine:0.23.0" ] }, { diff --git a/jupyter/paddlepaddle/paddle_ocr_java_zh.ipynb b/jupyter/paddlepaddle/paddle_ocr_java_zh.ipynb index 9205dd38fb3..2419baf89c7 100644 --- a/jupyter/paddlepaddle/paddle_ocr_java_zh.ipynb +++ b/jupyter/paddlepaddle/paddle_ocr_java_zh.ipynb @@ -23,12 +23,12 @@ "source": [ "// %mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n", "\n", - "%maven ai.djl:api:0.22.1\n", - "%maven ai.djl.paddlepaddle:paddlepaddle-model-zoo:0.22.1\n", + "%maven ai.djl:api:0.23.0\n", + "%maven ai.djl.paddlepaddle:paddlepaddle-model-zoo:0.23.0\n", "%maven org.slf4j:slf4j-simple:1.7.32\n", "\n", "// second engine to do preprocessing and postprocessing\n", - "%maven ai.djl.pytorch:pytorch-engine:0.22.1" + "%maven ai.djl.pytorch:pytorch-engine:0.23.0" ] }, { diff --git a/jupyter/pytorch/load_your_own_pytorch_bert.ipynb b/jupyter/pytorch/load_your_own_pytorch_bert.ipynb index 7fd77fa6702..3c52ee599b0 100644 --- a/jupyter/pytorch/load_your_own_pytorch_bert.ipynb +++ b/jupyter/pytorch/load_your_own_pytorch_bert.ipynb @@ -41,9 +41,9 @@ "source": [ "// %mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n", "\n", - "%maven ai.djl:api:0.22.1\n", - "%maven ai.djl.pytorch:pytorch-engine:0.22.1\n", - "%maven ai.djl.pytorch:pytorch-model-zoo:0.22.1\n", + "%maven ai.djl:api:0.23.0\n", + "%maven ai.djl.pytorch:pytorch-engine:0.23.0\n", + "%maven ai.djl.pytorch:pytorch-model-zoo:0.23.0\n", "%maven org.slf4j:slf4j-simple:1.7.32" ] }, diff --git a/jupyter/rank_classification_using_BERT_on_Amazon_Review.ipynb b/jupyter/rank_classification_using_BERT_on_Amazon_Review.ipynb index 4a68849ef42..411fbbf0ae5 100644 --- a/jupyter/rank_classification_using_BERT_on_Amazon_Review.ipynb +++ b/jupyter/rank_classification_using_BERT_on_Amazon_Review.ipynb @@ -38,13 +38,13 @@ "source": [ "// %mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n", "\n", - "%maven ai.djl:api:0.22.1\n", - "%maven ai.djl:basicdataset:0.22.1\n", + "%maven ai.djl:api:0.23.0\n", + "%maven ai.djl:basicdataset:0.23.0\n", "%maven org.slf4j:slf4j-simple:1.7.32\n", - "%maven ai.djl.mxnet:mxnet-model-zoo:0.22.1\n", + "%maven ai.djl.mxnet:mxnet-model-zoo:0.23.0\n", "\n", "// PyTorch\n", - "// %maven ai.djl.pytorch:pytorch-model-zoo:0.22.1" + "// %maven ai.djl.pytorch:pytorch-model-zoo:0.23.0" ] }, { diff --git a/jupyter/tensorflow/pneumonia_detection.ipynb b/jupyter/tensorflow/pneumonia_detection.ipynb index efce0f71f18..c790ad13f55 100644 --- a/jupyter/tensorflow/pneumonia_detection.ipynb +++ b/jupyter/tensorflow/pneumonia_detection.ipynb @@ -36,10 +36,10 @@ "source": [ "// %mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n", "\n", - "%maven ai.djl:api:0.22.1\n", - "%maven ai.djl.tensorflow:tensorflow-api:0.22.1\n", - "%maven ai.djl.tensorflow:tensorflow-engine:0.22.1\n", - "%maven ai.djl.tensorflow:tensorflow-model-zoo:0.22.1\n", + "%maven ai.djl:api:0.23.0\n", + "%maven ai.djl.tensorflow:tensorflow-api:0.23.0\n", + "%maven ai.djl.tensorflow:tensorflow-engine:0.23.0\n", + "%maven ai.djl.tensorflow:tensorflow-model-zoo:0.23.0\n", "%maven org.slf4j:slf4j-simple:1.7.32" ] }, diff --git a/jupyter/tensorflow/rank_classification_using_BERT_on_Amazon_Review.ipynb b/jupyter/tensorflow/rank_classification_using_BERT_on_Amazon_Review.ipynb index 8c706860cb0..1b4647919c1 100644 --- a/jupyter/tensorflow/rank_classification_using_BERT_on_Amazon_Review.ipynb +++ b/jupyter/tensorflow/rank_classification_using_BERT_on_Amazon_Review.ipynb @@ -36,9 +36,9 @@ "source": [ "// %mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n", "\n", - "%maven ai.djl:api:0.22.1\n", - "%maven ai.djl.tensorflow:tensorflow-engine:0.22.1\n", - "%maven ai.djl.tensorflow:tensorflow-api:0.22.1\n", + "%maven ai.djl:api:0.23.0\n", + "%maven ai.djl.tensorflow:tensorflow-engine:0.23.0\n", + "%maven ai.djl.tensorflow:tensorflow-api:0.23.0\n", "%maven org.slf4j:slf4j-simple:1.7.32" ] }, diff --git a/jupyter/tensorflow_lite/inference_with_tensorflow_lite.ipynb b/jupyter/tensorflow_lite/inference_with_tensorflow_lite.ipynb index 2807168ff82..3fb55f9799a 100644 --- a/jupyter/tensorflow_lite/inference_with_tensorflow_lite.ipynb +++ b/jupyter/tensorflow_lite/inference_with_tensorflow_lite.ipynb @@ -22,13 +22,13 @@ "source": [ "// %mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n", "\n", - "%maven ai.djl:api:0.22.1\n", - "%maven ai.djl:model-zoo:0.22.1\n", - "%maven ai.djl.tflite:tflite-engine:0.22.1\n", + "%maven ai.djl:api:0.23.0\n", + "%maven ai.djl:model-zoo:0.23.0\n", + "%maven ai.djl.tflite:tflite-engine:0.23.0\n", "%maven org.slf4j:slf4j-simple:1.7.32\n", "\n", "// Use secondary engine to help pre-processing and post-processing\n", - "%maven ai.djl.pytorch:pytorch-engine:0.22.1" + "%maven ai.djl.pytorch:pytorch-engine:0.23.0" ] }, { diff --git a/jupyter/transfer_learning_on_cifar10.ipynb b/jupyter/transfer_learning_on_cifar10.ipynb index be51d8fbf6b..663a9eafc7f 100644 --- a/jupyter/transfer_learning_on_cifar10.ipynb +++ b/jupyter/transfer_learning_on_cifar10.ipynb @@ -35,10 +35,10 @@ "source": [ "// %mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n", "\n", - "%maven ai.djl:api:0.22.1\n", - "%maven ai.djl:basicdataset:0.22.1\n", - "%maven ai.djl.mxnet:mxnet-engine:0.22.1\n", - "%maven ai.djl.mxnet:mxnet-model-zoo:0.22.1\n", + "%maven ai.djl:api:0.23.0\n", + "%maven ai.djl:basicdataset:0.23.0\n", + "%maven ai.djl.mxnet:mxnet-engine:0.23.0\n", + "%maven ai.djl.mxnet:mxnet-model-zoo:0.23.0\n", "%maven org.slf4j:slf4j-simple:1.7.32" ] }, diff --git a/jupyter/tutorial/01_create_your_first_network.ipynb b/jupyter/tutorial/01_create_your_first_network.ipynb index b480f3968a2..293fde5fec4 100644 --- a/jupyter/tutorial/01_create_your_first_network.ipynb +++ b/jupyter/tutorial/01_create_your_first_network.ipynb @@ -27,7 +27,7 @@ "// %mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n", "\n", "// Add the maven dependencies\n", - "%maven ai.djl:api:0.22.1\n", + "%maven ai.djl:api:0.23.0\n", "%maven org.slf4j:slf4j-simple:1.7.32" ] }, diff --git a/jupyter/tutorial/02_train_your_first_model.ipynb b/jupyter/tutorial/02_train_your_first_model.ipynb index 34dc7b8a574..4905dadfbb5 100644 --- a/jupyter/tutorial/02_train_your_first_model.ipynb +++ b/jupyter/tutorial/02_train_your_first_model.ipynb @@ -23,10 +23,10 @@ "%mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n", "\n", "// Add the maven dependencies\n", - "%maven ai.djl:api:0.22.1\n", - "%maven ai.djl:basicdataset:0.22.1\n", - "%maven ai.djl:model-zoo:0.22.1\n", - "%maven ai.djl.mxnet:mxnet-engine:0.22.1\n", + "%maven ai.djl:api:0.23.0\n", + "%maven ai.djl:basicdataset:0.23.0\n", + "%maven ai.djl:model-zoo:0.23.0\n", + "%maven ai.djl.mxnet:mxnet-engine:0.23.0\n", "%maven org.slf4j:slf4j-simple:1.7.32" ] }, diff --git a/jupyter/tutorial/03_image_classification_with_your_model.ipynb b/jupyter/tutorial/03_image_classification_with_your_model.ipynb index de0c566cc28..f8d42d7972e 100644 --- a/jupyter/tutorial/03_image_classification_with_your_model.ipynb +++ b/jupyter/tutorial/03_image_classification_with_your_model.ipynb @@ -26,10 +26,10 @@ "// %mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/\n", "\n", "// Add the maven dependencies\n", - "%maven ai.djl:api:0.22.1\n", - "%maven ai.djl:model-zoo:0.22.1\n", - "%maven ai.djl.mxnet:mxnet-engine:0.22.1\n", - "%maven ai.djl.mxnet:mxnet-model-zoo:0.22.1\n", + "%maven ai.djl:api:0.23.0\n", + "%maven ai.djl:model-zoo:0.23.0\n", + "%maven ai.djl.mxnet:mxnet-engine:0.23.0\n", + "%maven ai.djl.mxnet:mxnet-model-zoo:0.23.0\n", "%maven org.slf4j:slf4j-simple:1.7.32" ] }, diff --git a/model-zoo/README.md b/model-zoo/README.md index c49292abfe3..11ae15c5505 100644 --- a/model-zoo/README.md +++ b/model-zoo/README.md @@ -33,7 +33,7 @@ You can pull the model zoo from the central Maven repository by including the fo ai.djl model-zoo - 0.22.1 + 0.23.0 ```