We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16dc8f commit ca72cd1Copy full SHA for ca72cd1
docs/source/getting_started/installation/cpu/build.inc.md
@@ -6,7 +6,14 @@ sudo apt-get install -y gcc-12 g++-12 libnuma-dev
6
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 10 --slave /usr/bin/g++ g++ /usr/bin/g++-12
7
```
8
9
-Second, install Python packages for vLLM CPU backend building:
+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:
17
18
```console
19
pip install --upgrade pip
0 commit comments