Skip to content

Files

Latest commit

f5d887a · Feb 18, 2022

History

History
This branch is 16357 commits ahead of, 3612 commits behind intel/ipex-llm:main.

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 16, 2022
Feb 18, 2022
Oct 12, 2021
Oct 20, 2021

Readme

Before we create web pages according to documents, environments need to be set.

Follow the commands here:

conda create --name py36 python=3.6
pip install mkdocs==0.16.3
cd analytics-zoo
docs/gen_site.py -p -s -m 8080

Then choose correct proxy and open the link of your ip address and port number.

Tips:

  • Please use Python 3.5 or 3.6.
  • If AttributeError appears, check your pip version. The following command may be useful:
python -m pip install --user --upgrade pip==9.0.3