Skip to content

Commit

Permalink
[Docs] Update installation instructions to include CUDA 11.8 xFormers (
Browse files Browse the repository at this point in the history
  • Loading branch information
skt7 authored Dec 23, 2023
1 parent a1b9cb2 commit 1db83e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/getting_started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ You can install vLLM using pip:
$ pip uninstall torch -y
$ 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:

Expand Down

0 comments on commit 1db83e3

Please sign in to comment.