From c00a9144c4742bea5b57f331cd1ad1fa990b58aa Mon Sep 17 00:00:00 2001 From: Yuwen Hu <54161268+Oscilloscope98@users.noreply.github.com> Date: Fri, 15 Dec 2023 23:13:33 +0800 Subject: [PATCH] [LLM] Small fixes to llm gpu installation guide (#9700) --- docs/readthedocs/source/doc/LLM/Overview/install_gpu.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/readthedocs/source/doc/LLM/Overview/install_gpu.md b/docs/readthedocs/source/doc/LLM/Overview/install_gpu.md index 1808e176..4846a8f2 100644 --- a/docs/readthedocs/source/doc/LLM/Overview/install_gpu.md +++ b/docs/readthedocs/source/doc/LLM/Overview/install_gpu.md @@ -84,7 +84,7 @@ We recommend using [Conda](https://docs.conda.io/en/latest/miniconda.html) to cr ```eval_rst .. note:: - BigDL-LLM for GPU with PyTorch 2.0 only supports Ubuntu 20.04 operating system or later. + BigDL-LLM for GPU with PyTorch 2.0 supports Ubuntu 20.04 operating system or later. ``` ### Prerequisite @@ -129,13 +129,6 @@ conda activate llm pip install --pre --upgrade bigdl-llm[xpu] -f https://developer.intel.com/ipex-whl-stable-xpu ``` - -```eval_rst -.. note:: - - BigDL-LLM with PyTorch 2.0 only supports Ubuntu 20.04 operating system or later. -``` - ## Known issues ### 1. For Linux users, Ubuntu 22.04 and Linux kernel 5.19.0 is prefered