From b23f66ebbcd68d7a6e2d29b545d707578a040f61 Mon Sep 17 00:00:00 2001 From: Jason Dai Date: Tue, 28 Jun 2022 09:27:40 +0800 Subject: [PATCH] Update Readme (#4957) * Update README.md * Update index.rst * Update README.md --- README.md | 2 +- docs/readthedocs/README.md | 2 +- docs/readthedocs/source/index.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 68b60864..9db7f095 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ BigDL makes it easy for data scientists and data engineers to build end-to-end, * [PPML](#ppml-privacy-preserving-machine-learning): privacy preserving big data analysis and machine learning (*experimental*) - * [Nano](https://bigdl.readthedocs.io/en/latest/doc/Nano/Overview/nano.html): automatically accelerate TensorFlow and PyTorch pipelines by applying model CPU optimizations + * [Nano](https://bigdl.readthedocs.io/en/latest/doc/Nano/Overview/nano.html): automatically accelerate TensorFlow and PyTorch pipelines by applying modern CPU optimizations For more information, you may [read the docs](https://bigdl.readthedocs.io/). diff --git a/docs/readthedocs/README.md b/docs/readthedocs/README.md index e346fb26..faedc5cb 100644 --- a/docs/readthedocs/README.md +++ b/docs/readthedocs/README.md @@ -1,4 +1,4 @@ -# Analytics-zoo-doc Documentation +# BigDL Documentation To compile the documentation, run the following commands from this directory. diff --git a/docs/readthedocs/source/index.rst b/docs/readthedocs/source/index.rst index 7311e356..6d74835e 100644 --- a/docs/readthedocs/source/index.rst +++ b/docs/readthedocs/source/index.rst @@ -10,7 +10,7 @@ BigDL Documentation * `RayOnSpark `_: run Ray programs directly on Big Data clusters * `Chronos `_: scalable time series analysis using AutoML * `PPML `_: privacy preserving big data analysis and machine learning (*experimental*) -* `Nano `_: automatically accelerate TensorFlow and PyTorch pipelines by applying model CPU optimizations +* `Nano `_: automatically accelerate TensorFlow and PyTorch pipelines by applying modern CPU optimizations -------