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
46f8c6b7
Unverified
Commit
46f8c6b7
authored
Jan 13, 2026
by
Dmitry Tokarev
Committed by
GitHub
Jan 13, 2026
Browse files
Fix CUDA 13 wheel installation doc (#32276)
Signed-off-by:
Dmitry Tokarev
<
dtokarev@nvidia.com
>
parent
af54d2e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
docs/getting_started/installation/gpu.cuda.inc.md
docs/getting_started/installation/gpu.cuda.inc.md
+2
-1
No files found.
docs/getting_started/installation/gpu.cuda.inc.md
View file @
46f8c6b7
...
...
@@ -41,7 +41,8 @@ As of now, vLLM's binaries are compiled with CUDA 12.9 and public PyTorch releas
# Install vLLM with a specific CUDA version (e.g., 13.0).
export
VLLM_VERSION
=
$(
curl
-s
https://api.github.com/repos/vllm-project/vllm/releases/latest | jq
-r
.tag_name |
sed
's/^v//'
)
export
CUDA_VERSION
=
130
# or other
uv pip
install
https://github.com/vllm-project/vllm/releases/download/v
${
VLLM_VERSION
}
/vllm-
${
VLLM_VERSION
}
+cu
${
CUDA_VERSION
}
-cp38-abi3-manylinux_2_31_x86_64
.whl
--extra-index-url
https://download.pytorch.org/whl/cu
${
CUDA_VERSION
}
export
CPU_ARCH
=
$(
uname
-m
)
# x86_64 or aarch64
uv pip
install
https://github.com/vllm-project/vllm/releases/download/v
${
VLLM_VERSION
}
/vllm-
${
VLLM_VERSION
}
+cu
${
CUDA_VERSION
}
-cp38-abi3-manylinux_2_35_
${
CPU_ARCH
}
.whl
--extra-index-url
https://download.pytorch.org/whl/cu
${
CUDA_VERSION
}
```
#### Install the latest code
...
...
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