Small fix to install guide (#10618)

This commit is contained in:
Yuwen Hu 2024-04-02 11:10:55 +08:00 committed by GitHub
parent 0a95c556a1
commit 89d780f2e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -73,7 +73,6 @@ choosing either US or CN website for `extra-index-url`:
.. code-block:: cmd
conda create -n llm python=3.9 libuv
conda activate llm
pip install --pre --upgrade ipex-llm[xpu] --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
@ -82,7 +81,6 @@ choosing either US or CN website for `extra-index-url`:
.. code-block:: cmd
conda create -n llm python=3.9 libuv
conda activate llm
pip install --pre --upgrade ipex-llm[xpu] --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/cn/