From eac9b088e25c71e93e4aa69c302f46eafcdce26e Mon Sep 17 00:00:00 2001 From: Jason Dai Date: Wed, 15 Mar 2023 08:36:19 +0800 Subject: [PATCH] [Document] Update Nano description (#7872) --- README.md | 2 +- docs/readthedocs/source/doc/Nano/index.rst | 2 +- docs/readthedocs/source/index.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 39ae6b4e..6002bafe 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ BigDL seamlessly scales your data analytics & AI applications from laptop to clo - [Orca](#orca): Distributed Big Data & AI (TF & PyTorch) Pipeline on Spark and Ray -- [Nano](#nano): Transparent Acceleration of Tensorflow & PyTorch Programs +- [Nano](#nano): Transparent Acceleration of Tensorflow & PyTorch Programs on XPU - [DLlib](#dllib): “Equivalent of Spark MLlib” for Deep Learning diff --git a/docs/readthedocs/source/doc/Nano/index.rst b/docs/readthedocs/source/doc/Nano/index.rst index e5b6b57e..dfde59f2 100644 --- a/docs/readthedocs/source/doc/Nano/index.rst +++ b/docs/readthedocs/source/doc/Nano/index.rst @@ -1,7 +1,7 @@ BigDL-Nano ========================= -**BigDL-Nano** (or **Nano** for short) is a Python package to transparently accelerate PyTorch and TensorFlow applications on Intel hardware. It provides a unified and easy-to-use API for several optimization techniques and tools, so that users can only apply a few lines of code changes to make their PyTorch or TensorFlow code run faster. +**BigDL-Nano** (or **Nano** for short) is a Python package to transparently accelerate PyTorch and TensorFlow applications on Intel XPU. It provides a unified and easy-to-use API for several optimization techniques and tools, so that users can only apply a few lines of code changes to make their PyTorch or TensorFlow code run faster. ------- diff --git a/docs/readthedocs/source/index.rst b/docs/readthedocs/source/index.rst index e0173ae0..2804bf61 100644 --- a/docs/readthedocs/source/index.rst +++ b/docs/readthedocs/source/index.rst @@ -4,7 +4,7 @@ BigDL: fast, distributed, secure AI for Big Data `BigDL `_ seamlessly scales your data analytics & AI applications from laptop to cloud, with the following libraries: - `Orca `_: Distributed Big Data & AI (TF & PyTorch) Pipeline on Spark and Ray -- `Nano `_: Transparent Acceleration of Tensorflow & PyTorch Programs +- `Nano `_: Transparent Acceleration of Tensorflow & PyTorch Programs on XPU - `DLlib `_: "Equivalent of Spark MLlib" for Deep Learning - `Chronos `_: Scalable Time Series Analysis using AutoML - `Friesian `_: End-to-End Recommendation Systems