From f54b9b1915a56147f0cc030c2589f51e32e5af46 Mon Sep 17 00:00:00 2001 From: Ruonan Wang <105281011+rnwang04@users.noreply.github.com> Date: Mon, 24 Oct 2022 14:01:29 +0800 Subject: [PATCH] Nano : update installation guide to nightly-build version (#6203) * update install.md * update examples * update doc based on comments * update link --- docs/readthedocs/source/doc/Nano/Overview/install.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/readthedocs/source/doc/Nano/Overview/install.md b/docs/readthedocs/source/doc/Nano/Overview/install.md index e4fc151c..61f6c727 100644 --- a/docs/readthedocs/source/doc/Nano/Overview/install.md +++ b/docs/readthedocs/source/doc/Nano/Overview/install.md @@ -10,7 +10,7 @@ For PyTorch Users, you can install bigdl-nano along with some dependencies speci ```bash conda create -n env conda activate env -pip install bigdl-nano[pytorch] +pip install --pre --upgrade bigdl-nano[pytorch] ``` For TensorFlow users, you can install bigdl-nano along with some dependencies specific to TensorFlow using the following commands. @@ -18,7 +18,14 @@ For TensorFlow users, you can install bigdl-nano along with some dependencies sp ```bash conda create -n env conda activate env -pip install bigdl-nano[tensorflow] +pip install --pre --upgrade bigdl-nano[tensorflow] +``` + +```eval_rst +.. note:: + Since bigdl-nano is still in the process of rapid iteration, we highly recommend that you install nightly build version through the above command to facilitate your use of the latest features. + + For stable version, please refer to the document and installation guide `here `_ . ``` After installing bigdl-nano, you can run the following command to setup a few environment variables.