[Hardware][Gaudi][Doc] Add missing step in setup instructions (#12382)

This commit is contained in:
Mohit Deopujari 2025-01-24 01:43:49 -08:00 committed by GitHub
parent c7c9851036
commit 9a0f3bdbe5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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