Skip to content

Commit

Permalink
[docs] Add TensorRT and python engine to dependency README.
Browse files Browse the repository at this point in the history
Change-Id: I5973146a95f703ad1959fcf76f06178ed2218466
  • Loading branch information
frankfliu committed Oct 12, 2021
1 parent 3da64a3 commit a5b90f3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/development/dependency_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,15 @@ See [How to use DJL's BOM](../../bom/README.md#how-to-use-djls-bom) for detail.
| | [tflite-native-cpu(osx-x86_64)](../../engines/tflite/tflite-engine/README.md#macos) | Contains TensorFlow Lite native library for macOS |
| | [tflite-native-cpu(linux-x86_64)](../../engines/tflite/tflite-engine/README.md#linux) | Contains TensorFlow Lite native library for Linux |
| | | |
| [ai.djl.tensorrt](https://search.maven.org/search?q=g:ai.djl.tensorrt) | [tensorrt](../../engines/tensorrt/README.md#installation) | TensorRT 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.tflite](https://search.maven.org/search?q=g:ai.djl.tflite) | [tflite-engine](../../engines/tflite/tflite-engine/README.md#installation) | TensorFlow Lite engine adapter |
| | [tflite-native-auto](../../engines/tflite/tflite-engine/README.md#automatic-recommended) | A placeholder package to automatically download native libraries for your platform |
| | [tflite-native-cpu(osx-x86_64)](../../engines/tflite/tflite-engine/README.md#macos) | Contains TensorFlow Lite native library for macOS |
| | [tflite-native-cpu(linux-x86_64)](../../engines/tflite/tflite-engine/README.md#linux) | Contains TensorFlow Lite native library for Linux |
| | | |
| [ai.djl.ml.xgboost](https://search.maven.org/search?q=g:ai.djl.ml.xgboost) | [xgboost](../../engines/ml/xgboost/README.md#installation) | XGBoost engine adapter |
| | | |
| [ai.djl.android](https://search.maven.org/search?q=g:ai.djl.android) | [core](../../android/README.md#installation) | Contains Android specific utilities (e.g. ImageFactory) for DJL |
Expand Down
1 change: 0 additions & 1 deletion extensions/benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ curl -O https://publish.djl.ai/djl-bench/0.13.0/benchmark-0.13.0.zip
unzip benchmark-0.13.0.zip
rm benchmark-0.13.0.zip
sudo ln -s $PWD/benchmark-0.13.0/bin/benchmark /usr/bin/djl-bench
>>>>>>> 28f145c72 (Update benchmark README for 0.13.0 release)
```

For Windows
Expand Down

0 comments on commit a5b90f3

Please sign in to comment.