From 8ef01218cbec19bd315278a67d69b412ac2a1bb1 Mon Sep 17 00:00:00 2001
From: Robert Yang <141875536+ydm-amazon@users.noreply.github.com>
Date: Wed, 17 Jul 2024 09:36:57 -0700
Subject: [PATCH] Bump up versions in documents to point to new url
---
android/pytorch-native/README.md | 4 +--
api/README.md | 2 +-
basicdataset/README.md | 2 +-
bom/README.md | 4 +--
djl-zero/README.md | 2 +-
docs/load_model.md | 2 +-
engines/ml/lightgbm/README.md | 2 +-
engines/ml/xgboost/README.md | 2 +-
engines/mxnet/mxnet-engine/README.md | 4 +--
engines/mxnet/mxnet-model-zoo/README.md | 2 +-
.../onnxruntime/onnxruntime-android/README.md | 2 +-
.../onnxruntime/onnxruntime-engine/README.md | 4 +--
engines/pytorch/pytorch-engine/README.md | 36 +++++++++----------
engines/pytorch/pytorch-model-zoo/README.md | 2 +-
engines/tensorflow/tensorflow-api/README.md | 2 +-
.../tensorflow/tensorflow-engine/README.md | 2 +-
.../tensorflow/tensorflow-model-zoo/README.md | 2 +-
engines/tensorrt/README.md | 2 +-
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 +-
extensions/tokenizers/README.md | 2 +-
model-zoo/README.md | 2 +-
29 files changed, 50 insertions(+), 50 deletions(-)
diff --git a/android/pytorch-native/README.md b/android/pytorch-native/README.md
index 3d675248775..b5a1d96020d 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.28.0/android` folder will be created after build, and shared library will be uploaded to S3 in CI build
+`jnilib/0.29.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.28.0/android/* pytorch-native/jnilib
+cp -r ../engines/pytorch/pytorch-native/jnilib/0.29.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 ff4878fb885..18686e2ce96 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.28.0
+ 0.29.0
```
diff --git a/basicdataset/README.md b/basicdataset/README.md
index 592d57e1fa0..f312659f1e8 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.28.0
+ 0.29.0
```
diff --git a/bom/README.md b/bom/README.md
index 194917493df..c8c2bccd8f1 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.28.0
+ 0.29.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.28.0
+ 0.29.0
pom
import
diff --git a/djl-zero/README.md b/djl-zero/README.md
index 74267e9eeeb..dfc1ff9ef91 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.28.0
+ 0.29.0
```
diff --git a/docs/load_model.md b/docs/load_model.md
index 11c6321709b..25af7c8c5de 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.28.0/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.29.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 6744996dd95..d2560bf0045 100644
--- a/engines/ml/lightgbm/README.md
+++ b/engines/ml/lightgbm/README.md
@@ -42,7 +42,7 @@ You can pull the LightGBM engine from the central Maven repository by including
ai.djl.ml.lightgbm
lightgbm
- 0.28.0
+ 0.29.0
runtime
```
diff --git a/engines/ml/xgboost/README.md b/engines/ml/xgboost/README.md
index d72e8d53557..5e843f41a7f 100644
--- a/engines/ml/xgboost/README.md
+++ b/engines/ml/xgboost/README.md
@@ -43,7 +43,7 @@ You can pull the XGBoost engine from the central Maven repository by including t
ai.djl.ml.xgboost
xgboost
- 0.28.0
+ 0.29.0
runtime
```
diff --git a/engines/mxnet/mxnet-engine/README.md b/engines/mxnet/mxnet-engine/README.md
index fede00b2c93..2a1b2641730 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.28.0/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.29.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.28.0
+ 0.29.0
runtime
```
diff --git a/engines/mxnet/mxnet-model-zoo/README.md b/engines/mxnet/mxnet-model-zoo/README.md
index 6302cf737db..8f45796ecc0 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.28.0
+ 0.29.0
```
diff --git a/engines/onnxruntime/onnxruntime-android/README.md b/engines/onnxruntime/onnxruntime-android/README.md
index 565fb5e88e7..b3f7d0a383c 100644
--- a/engines/onnxruntime/onnxruntime-android/README.md
+++ b/engines/onnxruntime/onnxruntime-android/README.md
@@ -12,7 +12,7 @@ You can pull the ONNX Runtime for Android from the central Maven repository by i
ai.djl.android
onnxruntime
- 0.28.0
+ 0.29.0
runtime
```
diff --git a/engines/onnxruntime/onnxruntime-engine/README.md b/engines/onnxruntime/onnxruntime-engine/README.md
index e118387072e..7064b78c860 100644
--- a/engines/onnxruntime/onnxruntime-engine/README.md
+++ b/engines/onnxruntime/onnxruntime-engine/README.md
@@ -43,7 +43,7 @@ You can pull the ONNX Runtime engine from the central Maven repository by includ
ai.djl.onnxruntime
onnxruntime-engine
- 0.28.0
+ 0.29.0
runtime
```
@@ -61,7 +61,7 @@ Maven:
ai.djl.onnxruntime
onnxruntime-engine
- 0.28.0
+ 0.29.0
runtime
diff --git a/engines/pytorch/pytorch-engine/README.md b/engines/pytorch/pytorch-engine/README.md
index 80779067c79..5726b384791 100644
--- a/engines/pytorch/pytorch-engine/README.md
+++ b/engines/pytorch/pytorch-engine/README.md
@@ -30,7 +30,7 @@ You can pull the PyTorch engine from the central Maven repository by including t
ai.djl.pytorch
pytorch-engine
- 0.28.0
+ 0.29.0
runtime
```
@@ -115,7 +115,7 @@ export PYTORCH_FLAVOR=cpu
### macOS
For macOS, you can use the following library:
-- ai.djl.pytorch:pytorch-jni:2.2.2-0.28.0
+- ai.djl.pytorch:pytorch-jni:2.2.2-0.29.0
- ai.djl.pytorch:pytorch-native-cpu:2.1.1:osx-x86_64
```xml
@@ -129,7 +129,7 @@ For macOS, you can use the following library:
ai.djl.pytorch
pytorch-jni
- 2.2.2-0.28.0
+ 2.2.2-0.29.0
runtime
```
@@ -139,7 +139,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.2.2-0.28.0
+- ai.djl.pytorch:pytorch-jni:2.2.2-0.29.0
- ai.djl.pytorch:pytorch-native-cpu:2.2.2:osx-aarch64
```xml
@@ -153,7 +153,7 @@ For macOS M1, you can use the following library:
ai.djl.pytorch
pytorch-jni
- 2.2.2-0.28.0
+ 2.2.2-0.29.0
runtime
```
@@ -164,7 +164,7 @@ installed on your GPU machine, you can use one of the following library:
#### Linux GPU
-- ai.djl.pytorch:pytorch-jni:2.2.2-0.28.0
+- ai.djl.pytorch:pytorch-jni:2.2.2-0.29.0
- ai.djl.pytorch:pytorch-native-cu121:2.2.2:linux-x86_64 - CUDA 12.1
```xml
@@ -178,14 +178,14 @@ installed on your GPU machine, you can use one of the following library:
ai.djl.pytorch
pytorch-jni
- 2.2.2-0.28.0
+ 2.2.2-0.29.0
runtime
```
### Linux CPU
-- ai.djl.pytorch:pytorch-jni:2.2.2-0.28.0
+- ai.djl.pytorch:pytorch-jni:2.2.2-0.29.0
- ai.djl.pytorch:pytorch-native-cpu:2.2.2:linux-x86_64
```xml
@@ -199,14 +199,14 @@ installed on your GPU machine, you can use one of the following library:
ai.djl.pytorch
pytorch-jni
- 2.2.2-0.28.0
+ 2.2.2-0.29.0
runtime
```
### For aarch64 build
-- ai.djl.pytorch:pytorch-jni:2.2.2-0.28.0
+- ai.djl.pytorch:pytorch-jni:2.2.2-0.29.0
- ai.djl.pytorch:pytorch-native-cpu-precxx11:2.2.2:linux-aarch64
```xml
@@ -220,7 +220,7 @@ installed on your GPU machine, you can use one of the following library:
ai.djl.pytorch
pytorch-jni
- 2.2.2-0.28.0
+ 2.2.2-0.29.0
runtime
```
@@ -230,7 +230,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.2.2-0.28.0
+- ai.djl.pytorch:pytorch-jni:2.2.2-0.29.0
- ai.djl.pytorch:pytorch-native-cu121-precxx11:2.2.2:linux-x86_64 - CUDA 12.1
- ai.djl.pytorch:pytorch-native-cpu-precxx11:2.2.2:linux-x86_64 - CPU
@@ -245,7 +245,7 @@ All the package were built with GCC 7, we provided a newer `libstdc++.so.6.24` i
ai.djl.pytorch
pytorch-jni
- 2.2.2-0.28.0
+ 2.2.2-0.29.0
runtime
```
@@ -261,7 +261,7 @@ All the package were built with GCC 7, we provided a newer `libstdc++.so.6.24` i
ai.djl.pytorch
pytorch-jni
- 2.2.2-0.28.0
+ 2.2.2-0.29.0
runtime
```
@@ -276,7 +276,7 @@ For the Windows platform, you can choose between CPU and GPU.
#### Windows GPU
-- ai.djl.pytorch:pytorch-jni:2.2.2-0.28.0
+- ai.djl.pytorch:pytorch-jni:2.2.2-0.29.0
- ai.djl.pytorch:pytorch-native-cu121:2.2.2:win-x86_64 - CUDA 12.1
```xml
@@ -290,14 +290,14 @@ For the Windows platform, you can choose between CPU and GPU.
ai.djl.pytorch
pytorch-jni
- 2.2.2-0.28.0
+ 2.2.2-0.29.0
runtime
```
### Windows CPU
-- ai.djl.pytorch:pytorch-jni:2.2.2-0.28.0
+- ai.djl.pytorch:pytorch-jni:2.2.2-0.29.0
- ai.djl.pytorch:pytorch-native-cpu:2.2.2:win-x86_64
```xml
@@ -311,7 +311,7 @@ For the Windows platform, you can choose between CPU and GPU.
ai.djl.pytorch
pytorch-jni
- 2.2.2-0.28.0
+ 2.2.2-0.29.0
runtime
```
diff --git a/engines/pytorch/pytorch-model-zoo/README.md b/engines/pytorch/pytorch-model-zoo/README.md
index bdb7444de62..d58658b6192 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.28.0
+ 0.29.0
```
diff --git a/engines/tensorflow/tensorflow-api/README.md b/engines/tensorflow/tensorflow-api/README.md
index a70a8943ab5..204f116307a 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.28.0
+ 0.29.0
```
diff --git a/engines/tensorflow/tensorflow-engine/README.md b/engines/tensorflow/tensorflow-engine/README.md
index 41ba43e0fe7..e65b67d8b6f 100644
--- a/engines/tensorflow/tensorflow-engine/README.md
+++ b/engines/tensorflow/tensorflow-engine/README.md
@@ -34,7 +34,7 @@ You can pull the TensorFlow engine from the central Maven repository by includin
ai.djl.tensorflow
tensorflow-engine
- 0.28.0
+ 0.29.0
runtime
```
diff --git a/engines/tensorflow/tensorflow-model-zoo/README.md b/engines/tensorflow/tensorflow-model-zoo/README.md
index e45ef4c074a..b11da5d6321 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.28.0
+ 0.29.0
```
diff --git a/engines/tensorrt/README.md b/engines/tensorrt/README.md
index 8efefa7990d..55b1dd6e59e 100644
--- a/engines/tensorrt/README.md
+++ b/engines/tensorrt/README.md
@@ -34,7 +34,7 @@ You can pull the TensorRT engine from the central Maven repository by including
ai.djl.tensorrt
tensorrt
- 0.28.0
+ 0.29.0
runtime
```
diff --git a/extensions/audio/README.md b/extensions/audio/README.md
index ffc4043788c..5080694119e 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.28.0
+ 0.29.0
```
diff --git a/extensions/aws-ai/README.md b/extensions/aws-ai/README.md
index 063d484dd4a..175de887104 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.28.0
+ 0.29.0
```
diff --git a/extensions/fasttext/README.md b/extensions/fasttext/README.md
index 7276e3a981f..875583d0d5e 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.28.0
+ 0.29.0
```
diff --git a/extensions/hadoop/README.md b/extensions/hadoop/README.md
index f9db9724b97..591cadd5ace 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.28.0
+ 0.29.0
```
diff --git a/extensions/opencv/README.md b/extensions/opencv/README.md
index db715f83c16..5e656341a6f 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.28.0
+ 0.29.0
```
diff --git a/extensions/sentencepiece/README.md b/extensions/sentencepiece/README.md
index 78afbf3c4a0..0b599d05915 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.28.0
+ 0.29.0
```
diff --git a/extensions/spark/README.md b/extensions/spark/README.md
index 0f384fd5c58..3b52b9f3091 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.28.0
+ 0.29.0
```
diff --git a/extensions/tablesaw/README.md b/extensions/tablesaw/README.md
index e49e51e5715..eb1925637c1 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.28.0
+ 0.29.0
```
diff --git a/extensions/timeseries/README.md b/extensions/timeseries/README.md
index 7c792779330..0cd38b8b4e2 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.28.0
+ 0.29.0
```
diff --git a/extensions/tokenizers/README.md b/extensions/tokenizers/README.md
index b65c94aae39..d6086d0b03d 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.28.0
+ 0.29.0
```
diff --git a/model-zoo/README.md b/model-zoo/README.md
index dc9a00bf3c2..13940300275 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.28.0
+ 0.29.0
```