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
44c34f22
Unverified
Commit
44c34f22
authored
Jan 13, 2026
by
Roy Wang
Committed by
GitHub
Jan 12, 2026
Browse files
[Doc] Update installation from source command (#32239)
Signed-off-by:
esmeetu
<
jasonailu87@gmail.com
>
parent
80221e18
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
docs/contributing/README.md
docs/contributing/README.md
+8
-2
No files found.
docs/contributing/README.md
View file @
44c34f22
...
...
@@ -43,10 +43,16 @@ If you are only developing vLLM's Python code, install vLLM using:
VLLM_USE_PRECOMPILED
=
1 uv pip
install
-e
.
```
If you are developing vLLM's Python and CUDA/C++ code, install
vLLM using
:
If you are developing vLLM's Python and CUDA/C++ code, install
Pytorch first
:
```
bash
uv pip
install
-e
.
uv pip
install
torch torchvision torchaudio
--extra-index-url
https://download.pytorch.org/whl/cu129
```
then install vLLM using:
```
bash
uv pip
install
-e
.
--no-build-isolation
```
For more details about installing from source and installing for other hardware, check out the
[
installation instructions
](
../getting_started/installation/README.md
)
for your hardware and head to the "Build wheel from source" section.
...
...
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