Skip to content

Commit ee7c0cb

Browse files
hmellorlulmer
authored andcommitted
[Doc] Improve OpenVINO installation doc (vllm-project#13102)
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com> Signed-off-by: Louis Ulmer <ulmerlouis@gmail.com>
1 parent de483ed commit ee7c0cb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/source/getting_started/installation/ai_accelerator/openvino.inc.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,19 @@ Currently, there are no pre-built OpenVINO wheels.
1919

2020
### Build wheel from source
2121

22-
First, install Python. For example, on Ubuntu 22.04, you can run:
22+
First, install Python and ensure you lave the latest pip. For example, on Ubuntu 22.04, you can run:
2323

2424
```console
2525
sudo apt-get update -y
2626
sudo apt-get install python3
27+
pip install --upgrade pip
2728
```
2829

29-
Second, install prerequisites vLLM OpenVINO backend installation:
30+
Second, clone vLLM and install prerequisites for the vLLM OpenVINO backend installation:
3031

3132
```console
32-
pip install --upgrade pip
33+
git clone https://github.com/vllm-project/vllm.git
34+
cd vllm
3335
pip install -r requirements-build.txt --extra-index-url https://download.pytorch.org/whl/cpu
3436
```
3537

0 commit comments

Comments
 (0)