Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
bc6ccb98
Unverified
Commit
bc6ccb98
authored
Mar 02, 2025
by
qux-bbb
Committed by
GitHub
Mar 02, 2025
Browse files
[Doc] Source building add clone step (#14086)
Signed-off-by:
qux-bbb
<
1147635419@qq.com
>
parent
82fbeae9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
docs/source/getting_started/installation/cpu/build.inc.md
docs/source/getting_started/installation/cpu/build.inc.md
+8
-1
No files found.
docs/source/getting_started/installation/cpu/build.inc.md
View file @
bc6ccb98
...
...
@@ -6,7 +6,14 @@ sudo apt-get install -y gcc-12 g++-12 libnuma-dev
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 10 --slave /usr/bin/g++ g++ /usr/bin/g++-12
```
Second, install Python packages for vLLM CPU backend building:
Second, clone vLLM project:
```
console
git clone https://github.com/vllm-project/vllm.git vllm_source
cd vllm_source
```
Third, install Python packages for vLLM CPU backend building:
```
console
pip install --upgrade pip
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment