Unverified Commit 9a0f3bdb authored by Mohit Deopujari's avatar Mohit Deopujari Committed by GitHub
Browse files

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

parent c7c98510
......@@ -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
```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment