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
edbaadd9
Unverified
Commit
edbaadd9
authored
Sep 29, 2025
by
Yingjun Mou
Committed by
GitHub
Sep 29, 2025
Browse files
[Bugfix] Fix requirements paths in install instructions (#25827)
Signed-off-by:
yingjun-mou
<
renzomou@gmail.com
>
parent
9360d34f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
docs/getting_started/installation/cpu/s390x.inc.md
docs/getting_started/installation/cpu/s390x.inc.md
+6
-6
No files found.
docs/getting_started/installation/cpu/s390x.inc.md
View file @
edbaadd9
...
@@ -46,22 +46,22 @@ Execute the following commands to build and install vLLM from source.
...
@@ -46,22 +46,22 @@ Execute the following commands to build and install vLLM from source.
Please build the following dependencies,
`torchvision`
,
`pyarrow`
from source before building vLLM.
Please build the following dependencies,
`torchvision`
,
`pyarrow`
from source before building vLLM.
```
bash
```
bash
sed
-i
'/^torch/d'
requirements
-
build.txt
# remove torch from requirements
-
build.txt since we use nightly builds
sed
-i
'/^torch/d'
requirements
/
build.txt
# remove torch from requirements
/
build.txt since we use nightly builds
uv pip
install
-v
\
uv pip
install
-v
\
--torch-backend
auto
\
--torch-backend
auto
\
-r
requirements
-
build.txt
\
-r
requirements
/
build.txt
\
-r
requirements
-
cpu.txt
\
-r
requirements
/
cpu.txt
\
VLLM_TARGET_DEVICE
=
cpu python setup.py bdist_wheel
&&
\
VLLM_TARGET_DEVICE
=
cpu python setup.py bdist_wheel
&&
\
uv pip
install
dist/
*
.whl
uv pip
install
dist/
*
.whl
```
```
??? console "pip"
??? console "pip"
```
bash
```
bash
sed
-i
'/^torch/d'
requirements
-
build.txt
# remove torch from requirements
-
build.txt since we use nightly builds
sed
-i
'/^torch/d'
requirements
/
build.txt
# remove torch from requirements
/
build.txt since we use nightly builds
pip
install
-v
\
pip
install
-v
\
--extra-index-url
https://download.pytorch.org/whl/nightly/cpu
\
--extra-index-url
https://download.pytorch.org/whl/nightly/cpu
\
-r
requirements
-
build.txt
\
-r
requirements
/
build.txt
\
-r
requirements
-
cpu.txt
\
-r
requirements
/
cpu.txt
\
VLLM_TARGET_DEVICE
=
cpu python setup.py bdist_wheel
&&
\
VLLM_TARGET_DEVICE
=
cpu python setup.py bdist_wheel
&&
\
pip
install
dist/
*
.whl
pip
install
dist/
*
.whl
```
```
...
...
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