Skip to content

Commit 2c8d8f8

Browse files
MohitInteltjtanaa
authored andcommitted
[Hardware][Gaudi][Doc] Add missing step in setup instructions (vllm-project#12382)
1 parent c6b9d47 commit 2c8d8f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/source/getting_started/installation/ai_accelerator/hpu-gaudi.inc.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ To build and install vLLM from source, run:
5959
```console
6060
git clone https://github.com/vllm-project/vllm.git
6161
cd vllm
62+
pip install -r requirements-hpu.txt
6263
python setup.py develop
6364
```
6465

@@ -68,6 +69,7 @@ Currently, the latest features and performance optimizations are developed in Ga
6869
git clone https://github.com/HabanaAI/vllm-fork.git
6970
cd vllm-fork
7071
git checkout habana_main
72+
pip install -r requirements-hpu.txt
7173
python setup.py develop
7274
```
7375

0 commit comments

Comments
 (0)