[Hardware][Gaudi][Doc] Add missing step in setup instructions (#12382)
This commit is contained in:
@@ -59,6 +59,7 @@ To build and install vLLM from source, run:
|
||||
```console
|
||||
git clone https://github.com/vllm-project/vllm.git
|
||||
cd vllm
|
||||
pip install -r requirements-hpu.txt
|
||||
python setup.py develop
|
||||
```
|
||||
|
||||
@@ -68,6 +69,7 @@ Currently, the latest features and performance optimizations are developed in Ga
|
||||
git clone https://github.com/HabanaAI/vllm-fork.git
|
||||
cd vllm-fork
|
||||
git checkout habana_main
|
||||
pip install -r requirements-hpu.txt
|
||||
python setup.py develop
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user