[LLM] Small fixes to llm gpu installation guide (#9700)
This commit is contained in:
parent
67cc155771
commit
c00a9144c4
1 changed files with 1 additions and 8 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue