Skip to content

Commit

Permalink
[Hardware][Gaudi][Doc] Add missing step in setup instructions (vllm-p…
Browse files Browse the repository at this point in the history
  • Loading branch information
MohitIntel authored and rasmith committed Jan 30, 2025
1 parent 66fe5b0 commit a7bf45b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

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

Expand Down

0 comments on commit a7bf45b

Please sign in to comment.