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**: