ipex-llm/docs/readthedocs/source/doc/Nano/Howto/Install/windows_guide.md
Yuwen Hu c31136df0b [Nano] Improve How-to Guides Navigations (#7396)
* Remove deprecated option enable_auto_doc_ref for recommonmark

* Add first level navigation structure for Nano how-to guides

* Update navigation for How-to Training part

* Update navigation for How-to Inference part

* Update navigation for How-to Preprocessing/Install part and other small fixes

* Fix wrong link path caused by position changes of how-to install related guides

* Small fix
2023-02-03 09:37:10 +08:00

851 B

Install BigDL-Nano on Windows

Step 1: Install WSL2

Follow BigDL Windows User guide to install WSL2.

Step 2: Install conda in WSL2

It is highly recommended to use conda to manage the python environment for BigDL-Nano. Follow BigDL Windows User Guide/Conda Install to install conda.

Step 3: Create a BigDL-Nano env

Use conda to create a new environment. For example, use bigdl-nano as the new environment name:

conda create -n bigdl-nano
conda activate bigdl-nano

Step 4: Install BigDL-Nano from Pypi

You can install BigDL-Nano from Pypi with pip. Specifically, for PyTorch extensions, please run:

pip install bigdl-nano[pytorch]
source bigdl-nano-init

For Tensorflow:

pip install bigdl-nano[tensorflow]
source bigdl-nano-init