mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-01-04 12:19:42 +08:00
[Hardware][Gaudi][Doc] Add missing step in setup instructions (#12382)
This commit is contained in:
parent
c7c9851036
commit
9a0f3bdbe5
@ -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
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user