Unverified Commit 1db83e31 authored by Shivam Thakkar's avatar Shivam Thakkar Committed by GitHub
Browse files

[Docs] Update installation instructions to include CUDA 11.8 xFormers (#2246)

parent a1b9cb2a
...@@ -42,6 +42,10 @@ You can install vLLM using pip: ...@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment