diff --git a/android/README.md b/android/README.md index 0786d5ce777..fd99b283bb6 100644 --- a/android/README.md +++ b/android/README.md @@ -18,8 +18,8 @@ In gradle, you can include the snapshot repository and add the 4 modules in your dependencies { implementation "ai.djl:api:0.19.0-SNAPSHOT" implementation "ai.djl.android:core:0.19.0-SNAPSHOT" - androidRuntimeOnly "ai.djl.pytorch:pytorch-engine:0.19.0-SNAPSHOT" - androidRuntimeOnly "ai.djl.android:pytorch-native:0.19.0-SNAPSHOT" - androidRuntimeOnly "ai.djl.android:onnxruntime:0.19.0-SNAPSHOT" + runtimeOnly "ai.djl.pytorch:pytorch-engine:0.19.0-SNAPSHOT" + runtimeOnly "ai.djl.android:pytorch-native:0.19.0-SNAPSHOT" + runtimeOnly "ai.djl.android:onnxruntime:0.19.0-SNAPSHOT" } ``` diff --git a/docs/development/dependency_management.md b/docs/development/dependency_management.md index 04646a17513..267995268ad 100644 --- a/docs/development/dependency_management.md +++ b/docs/development/dependency_management.md @@ -118,6 +118,8 @@ See [How to use DJL's BOM](../../bom/README.md#how-to-use-djls-bom) for detail. | | | | | [ai.djl.tensorrt](https://search.maven.org/search?q=g:ai.djl.tensorrt) | [tensorrt](../../engines/tensorrt/README.md#installation) | TensorRT engine adapter | | | | | +| [ai.djl.java](https://search.maven.org/search?q=g:ai.djl.java) | [java](https://github.com/deepjavalibrary/djl-serving/tree/master/engines/java/README.md#installation) | Java engine adapter | +| | | | | [ai.djl.python](https://search.maven.org/search?q=g:ai.djl.python) | [python](https://github.com/deepjavalibrary/djl-serving/tree/master/engines/python/README.md#installation) | Python engine adapter | | | | | | [ai.djl.ml.lightgbm](https://search.maven.org/search?q=g:ai.djl.ml.lightgbm) | [lightgbm](../../engines/ml/lightgbm/README.md#installation) | LightGBM engine adapter | @@ -129,7 +131,7 @@ See [How to use DJL's BOM](../../bom/README.md#how-to-use-djls-bom) for detail. | | [pytorch-native](../../android/pytorch-native/README.md) | Contains DJL PyTorch Android native package | | | [onnxruntime](../../engines/onnxruntime/onnxruntime-android/README.md#installation) | Contains DJL Onnxruntime Android package | | | | | -| [ai.djl.audio](https://search.maven.org/search?q=g:ai.djl.audio) | [audio](../../extensions/audio/README.md#installation) | Contains classes that make it easy for DJL to access AWS services | +| [ai.djl.audio](https://search.maven.org/search?q=g:ai.djl.audio) | [audio](../../extensions/audio/README.md#installation) | DJL audio support extension | | | | | | [ai.djl.aws](https://search.maven.org/search?q=g:ai.djl.aws) | [aws-ai](../../extensions/aws-ai/README.md#installation) | Contains classes that make it easy for DJL to access AWS services | | | | |