Skip to content

Commit

Permalink
[doc] Some doc fixes (#2042)
Browse files Browse the repository at this point in the history
  • Loading branch information
xyang16 authored Sep 28, 2022
1 parent 8fce4eb commit 6f68a11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
```
4 changes: 3 additions & 1 deletion docs/development/dependency_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -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 |
| | | |
Expand Down

0 comments on commit 6f68a11

Please sign in to comment.