Skip to content

Commit 1db83e3

Browse files
authored
[Docs] Update installation instructions to include CUDA 11.8 xFormers (#2246)
1 parent a1b9cb2 commit 1db83e3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/source/getting_started/installation.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ You can install vLLM using pip:
4242
$ pip uninstall torch -y
4343
$ pip install torch --upgrade --index-url https://download.pytorch.org/whl/cu118
4444
45+
$ # Re-install xFormers with CUDA 11.8.
46+
$ pip uninstall xformers -y
47+
$ pip install --upgrade xformers --index-url https://download.pytorch.org/whl/cu118
48+
4549
4650
.. _build_from_source:
4751

0 commit comments

Comments
 (0)