You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by sk...@apache.org on 2021/03/01 04:54:29 UTC

[incubator-mxnet] branch master updated: add djl (#19970)

This is an automated email from the ASF dual-hosted git repository.

skm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new e29ba6d  add djl (#19970)
e29ba6d is described below

commit e29ba6dca88a70b93bd4dbf01b943b8d58a370f0
Author: Zhaoqi Zhu <zh...@gmail.com>
AuthorDate: Sun Feb 28 20:52:01 2021 -0800

    add djl (#19970)
---
 docs/static_site/src/assets/img/djl.png   | Bin 0 -> 8849 bytes
 docs/static_site/src/pages/ecosystem.html |   4 ++++
 2 files changed, 4 insertions(+)

diff --git a/docs/static_site/src/assets/img/djl.png b/docs/static_site/src/assets/img/djl.png
new file mode 100644
index 0000000..ae7b25a
Binary files /dev/null and b/docs/static_site/src/assets/img/djl.png differ
diff --git a/docs/static_site/src/pages/ecosystem.html b/docs/static_site/src/pages/ecosystem.html
index 7784267..4e103f0 100644
--- a/docs/static_site/src/pages/ecosystem.html
+++ b/docs/static_site/src/pages/ecosystem.html
@@ -61,6 +61,10 @@ ecosystem_other:
   text: Xfer is a library that allows quick and easy transfer of knowledge stored in deep neural networks implemented in MXNet.
   link: https://xfer.readthedocs.io/en/master/
   icon: /assets/img/xfer.png
+- title: DJL
+  text: Deep Java Library is an open source library to build and deploy deep learning in Java
+  icon: /assets/img/djl.png
+  link: https://djl.ai/
 - title: Multi Model Server
   text: Model Server for Apache MXNet (MMS) is a flexible and easy to use tool for serving deep learning models exported from MXNet or the Open Neural Network Exchange (ONNX).
   link: https://github.com/awslabs/multi-model-server