mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-06-13 12:17:17 +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
|
```console
|
||||||
git clone https://github.com/vllm-project/vllm.git
|
git clone https://github.com/vllm-project/vllm.git
|
||||||
cd vllm
|
cd vllm
|
||||||
|
pip install -r requirements-hpu.txt
|
||||||
python setup.py develop
|
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
|
git clone https://github.com/HabanaAI/vllm-fork.git
|
||||||
cd vllm-fork
|
cd vllm-fork
|
||||||
git checkout habana_main
|
git checkout habana_main
|
||||||
|
pip install -r requirements-hpu.txt
|
||||||
python setup.py develop
|
python setup.py develop
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user