From a768d71581e7613a08002c0874c1a4c2edc5e50f Mon Sep 17 00:00:00 2001 From: Yuwen Hu <54161268+Oscilloscope98@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:03:03 +0800 Subject: [PATCH] Small fix to LNL installation guide (#12192) --- docs/mddocs/Overview/install_gpu.md | 4 ++-- docs/mddocs/Quickstart/install_windows_gpu.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/mddocs/Overview/install_gpu.md b/docs/mddocs/Overview/install_gpu.md index 8a993169..0746dad2 100644 --- a/docs/mddocs/Overview/install_gpu.md +++ b/docs/mddocs/Overview/install_gpu.md @@ -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**: diff --git a/docs/mddocs/Quickstart/install_windows_gpu.md b/docs/mddocs/Quickstart/install_windows_gpu.md index f18d3578..c82b8186 100644 --- a/docs/mddocs/Quickstart/install_windows_gpu.md +++ b/docs/mddocs/Quickstart/install_windows_gpu.md @@ -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**: