diff --git a/docs/source/getting_started/installation.rst b/docs/source/getting_started/installation.rst index e7a2d0a6f0d0..911c3d8f9a4a 100644 --- a/docs/source/getting_started/installation.rst +++ b/docs/source/getting_started/installation.rst @@ -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: