ipex-llm/docs/readthedocs/source/doc/Nano/Howto/windows_guide.md
Shengsheng Huang fbd5a57f93 add windows user guide (#5950)
* add windows user guide

* modifiy win user guides

* Add jupyter setup guide and known issues

* Add tips for yolov3 example

* update win guide

* update win guide

* update win guide reference

* update win guide reference

* update win guide reference

* format fix

* revise nano and chronos windows guide

* fix windows guide reference in nano install

Co-authored-by: aixideng <aixi.deng@intel.com>
2022-10-11 13:14:40 +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