Skip to content

Commit ca72cd1

Browse files
qux-bbblulmer
authored andcommitted
[Doc] Source building add clone step (vllm-project#14086)
Signed-off-by: qux-bbb <1147635419@qq.com> Signed-off-by: Louis Ulmer <ulmerlouis@gmail.com>
1 parent e16dc8f commit ca72cd1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/source/getting_started/installation/cpu/build.inc.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@ sudo apt-get install -y gcc-12 g++-12 libnuma-dev
66
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 10 --slave /usr/bin/g++ g++ /usr/bin/g++-12
77
```
88

9-
Second, install Python packages for vLLM CPU backend building:
9+
Second, clone vLLM project:
10+
11+
```console
12+
git clone https://github.com/vllm-project/vllm.git vllm_source
13+
cd vllm_source
14+
```
15+
16+
Third, install Python packages for vLLM CPU backend building:
1017

1118
```console
1219
pip install --upgrade pip

0 commit comments

Comments
 (0)