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
d25c1ec3
Unverified
Commit
d25c1ec3
authored
Mar 04, 2026
by
Sage
Committed by
GitHub
Mar 04, 2026
Browse files
docs(cpu): Clarify pre-built wheels requirement for CPU Python-only build (#35090)
Signed-off-by:
Sage Ahrac
<
sagiahrak@gmail.com
>
parent
7cc6058a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
docs/getting_started/installation/cpu.md
docs/getting_started/installation/cpu.md
+2
-0
No files found.
docs/getting_started/installation/cpu.md
View file @
d25c1ec3
...
@@ -75,6 +75,8 @@ For example, the nightly build index is: `https://wheels.vllm.ai/nightly/cpu/`.
...
@@ -75,6 +75,8 @@ For example, the nightly build index is: `https://wheels.vllm.ai/nightly/cpu/`.
#### Set up using Python-only build (without compilation) {#python-only-build}
#### Set up using Python-only build (without compilation) {#python-only-build}
This method requires
[
pre-built wheels
](
#pre-built-wheels
)
for your platform.
Please refer to the instructions for
[
Python-only build on GPU
](
./gpu.md#python-only-build
)
, and replace the build commands with:
Please refer to the instructions for
[
Python-only build on GPU
](
./gpu.md#python-only-build
)
, and replace the build commands with:
```
bash
```
bash
...
...
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