Nano : update installation guide to nightly-build version (#6203)
* update install.md * update examples * update doc based on comments * update link
This commit is contained in:
parent
f5ef76acf3
commit
f54b9b1915
1 changed files with 9 additions and 2 deletions
|
|
@ -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 <https://bigdl.readthedocs.io/en/v2.1.0/doc/Nano/Overview/nano.html>`_ .
|
||||
```
|
||||
|
||||
After installing bigdl-nano, you can run the following command to setup a few environment variables.
|
||||
|
|
|
|||
Loading…
Reference in a new issue