mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-13 20:25:01 +08:00
[Docs] Update installation instructions to include CUDA 11.8 xFormers (#2246)
This commit is contained in:
parent
a1b9cb2a34
commit
1db83e31a2
@ -42,6 +42,10 @@ You can install vLLM using pip:
|
|||||||
$ pip uninstall torch -y
|
$ pip uninstall torch -y
|
||||||
$ pip install torch --upgrade --index-url https://download.pytorch.org/whl/cu118
|
$ pip install torch --upgrade --index-url https://download.pytorch.org/whl/cu118
|
||||||
|
|
||||||
|
$ # Re-install xFormers with CUDA 11.8.
|
||||||
|
$ pip uninstall xformers -y
|
||||||
|
$ pip install --upgrade xformers --index-url https://download.pytorch.org/whl/cu118
|
||||||
|
|
||||||
|
|
||||||
.. _build_from_source:
|
.. _build_from_source:
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user