We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b9cb2 commit 1db83e3Copy full SHA for 1db83e3
docs/source/getting_started/installation.rst
@@ -42,6 +42,10 @@ You can install vLLM using pip:
42
$ pip uninstall torch -y
43
$ pip install torch --upgrade --index-url https://download.pytorch.org/whl/cu118
44
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
+
49
50
.. _build_from_source:
51
0 commit comments