[LLM] Small fixes to llm gpu installation guide (#9700)

This commit is contained in:
Yuwen Hu 2023-12-15 23:13:33 +08:00 committed by GitHub
parent 67cc155771
commit c00a9144c4

View file

@ -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