diff --git a/3rdparty/onednn b/3rdparty/onednn index f58682cd8bd0..518b5e03690e 160000 --- a/3rdparty/onednn +++ b/3rdparty/onednn @@ -1 +1 @@ -Subproject commit f58682cd8bd0615f41d879f8afc8f1511ab42d24 +Subproject commit 518b5e03690e142eb07934d8ddb9c3571fe4f206 diff --git a/docs/python_docs/requirements b/docs/python_docs/requirements index 90ceeb1daf9a..0f9f69aa6091 100644 --- a/docs/python_docs/requirements +++ b/docs/python_docs/requirements @@ -16,6 +16,7 @@ # under the License. jupyter +Jinja2==2.11.3 sphinx==2.4.0 matplotlib notebook diff --git a/docs/static_site/src/assets/img/mxnet_sharp.png b/docs/static_site/src/assets/img/mxnet_sharp.png new file mode 100644 index 000000000000..67c26b7cbd97 Binary files /dev/null and b/docs/static_site/src/assets/img/mxnet_sharp.png differ diff --git a/docs/static_site/src/pages/ecosystem.html b/docs/static_site/src/pages/ecosystem.html index bebaf854e054..9cb6b776aaf7 100644 --- a/docs/static_site/src/pages/ecosystem.html +++ b/docs/static_site/src/pages/ecosystem.html @@ -72,7 +72,10 @@ - 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 - +- title: MxNet Sharp + text: MxNet Sharp package brings efficient and flexible GPU computing and state-of-art deep learning to .NET. It covers all the Imperative, Symbolic and Gluon interface with API's written closer to Python syntax which makes is easier to port python code easily. + link: https://github.com/deepakkumar1984/MxNet.Sharp + icon: /assets/img/mxnet_sharp.png ---