Small fix to LNL installation guide (#12192)
This commit is contained in:
parent
49eb20613a
commit
a768d71581
2 changed files with 4 additions and 4 deletions
|
|
@ -56,7 +56,7 @@ The easiest ways to install `ipex-llm` is the following commands.
|
|||
conda create -n llm python=3.11 libuv
|
||||
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**:
|
||||
|
|
@ -65,7 +65,7 @@ The easiest ways to install `ipex-llm` is the following commands.
|
|||
conda create -n llm python=3.11 libuv
|
||||
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**:
|
||||
|
|
|
|||
|
|
@ -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 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**:
|
||||
|
|
@ -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 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**:
|
||||
|
|
|
|||
Loading…
Reference in a new issue