Skip to content

Commit 4dfdf43

Browse files
authored
[Doc] Fix typo in AMD installation guide (vllm-project#8689)
1 parent 5e85f4f commit 4dfdf43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/getting_started/amd-installation.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Option 2: Build from source
8383

8484
For installing PyTorch, you can start from a fresh docker image, e.g, `rocm/pytorch:rocm6.1.2_ubuntu20.04_py3.9_pytorch_staging`, `rocm/pytorch-nightly`.
8585

86-
Alternatively, you can install PyTorch using PyTorch wheels. You can check PyTorch installation guild in PyTorch `Getting Started <https://pytorch.org/get-started/locally/>`_
86+
Alternatively, you can install PyTorch using PyTorch wheels. You can check PyTorch installation guide in PyTorch `Getting Started <https://pytorch.org/get-started/locally/>`_
8787

8888

8989
1. Install `Triton flash attention for ROCm <https://github.com/ROCm/triton>`_
@@ -104,7 +104,7 @@ Alternatively, wheels intended for vLLM use can be accessed under the releases.
104104
105105
$ cd vllm
106106
$ pip install -U -r requirements-rocm.txt
107-
$ python setup.py develop # This may take 5-10 minutes. Currently, `pip install .`` does not work for ROCm installation
107+
$ python setup.py develop # This may take 5-10 minutes. Currently, `pip install .` does not work for ROCm installation
108108
109109
110110
.. tip::

0 commit comments

Comments
 (0)