Small fix to LNL installation guide (#12192)

This commit is contained in:
Yuwen Hu 2024-10-14 12:03:03 +08:00 committed by GitHub
parent 49eb20613a
commit a768d71581
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -56,7 +56,7 @@ The easiest ways to install `ipex-llm` is the following commands.
conda create -n llm python=3.11 libuv conda create -n llm python=3.11 libuv
conda activate llm conda activate llm
pip install --pre --upgrade ipex-llm[xpu_lnl] --extra-index-url --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/lnl/us/ pip install --pre --upgrade ipex-llm[xpu_lnl] --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/lnl/us/
``` ```
- For **CN**: - For **CN**:
@ -65,7 +65,7 @@ The easiest ways to install `ipex-llm` is the following commands.
conda create -n llm python=3.11 libuv conda create -n llm python=3.11 libuv
conda activate llm conda activate llm
pip install --pre --upgrade ipex-llm[xpu_lnl] --extra-index-url --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/lnl/cn/ pip install --pre --upgrade ipex-llm[xpu_lnl] --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/lnl/cn/
``` ```
- For **other Intel iGPU and dGPU**: - For **other Intel iGPU and dGPU**:

View file

@ -57,7 +57,7 @@ With the `llm` environment active, use `pip` to install `ipex-llm` for GPU:
conda create -n llm python=3.11 libuv conda create -n llm python=3.11 libuv
conda activate llm conda activate llm
pip install --pre --upgrade ipex-llm[xpu_lnl] --extra-index-url --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/lnl/us/ pip install --pre --upgrade ipex-llm[xpu_lnl] --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/lnl/us/
``` ```
- For **CN**: - For **CN**:
@ -66,7 +66,7 @@ With the `llm` environment active, use `pip` to install `ipex-llm` for GPU:
conda create -n llm python=3.11 libuv conda create -n llm python=3.11 libuv
conda activate llm conda activate llm
pip install --pre --upgrade ipex-llm[xpu_lnl] --extra-index-url --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/lnl/cn/ pip install --pre --upgrade ipex-llm[xpu_lnl] --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/lnl/cn/
``` ```
- For **other Intel iGPU and dGPU**: - For **other Intel iGPU and dGPU**: