mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-03-16 14:17:16 +08:00
Updates docs with correction about default cuda version
Correct 12.1 --> 12.4
This commit is contained in:
parent
973f5dc581
commit
c1d1875ba3
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Installation for CUDA
|
# Installation for CUDA
|
||||||
|
|
||||||
vLLM is a Python library that also contains pre-compiled C++ and CUDA (12.1) binaries.
|
vLLM is a Python library that also contains pre-compiled C++ and CUDA (12.4) binaries.
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
@ -43,12 +43,12 @@ Therefore, it is recommended to install vLLM with a **fresh new** environment. I
|
|||||||
You can install vLLM using either `pip` or `uv pip`:
|
You can install vLLM using either `pip` or `uv pip`:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ # Install vLLM with CUDA 12.1.
|
$ # Install vLLM with CUDA 12.4.
|
||||||
$ pip install vllm # If you are using pip.
|
$ pip install vllm # If you are using pip.
|
||||||
$ uv pip install vllm # If you are using uv.
|
$ uv pip install vllm # If you are using uv.
|
||||||
```
|
```
|
||||||
|
|
||||||
As of now, vLLM's binaries are compiled with CUDA 12.1 and public PyTorch release versions by default. We also provide vLLM binaries compiled with CUDA 11.8 and public PyTorch release versions:
|
As of now, vLLM's binaries are compiled with CUDA 12.4 and public PyTorch release versions by default. We also provide vLLM binaries compiled with CUDA 11.8 and public PyTorch release versions:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ # Install vLLM with CUDA 11.8.
|
$ # Install vLLM with CUDA 11.8.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user