Skip to content

Commit cc98e18

Browse files
Yikunrasmith
authored andcommitted
[Doc] Fix build from source and installation link in README.md (vllm-project#12013)
Signed-off-by: Yikun <[email protected]>
1 parent 86cd3c2 commit cc98e18

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,16 @@ Find the full list of supported models [here](https://docs.vllm.ai/en/latest/mod
7272

7373
## Getting Started
7474

75-
Install vLLM with `pip` or [from source](https://vllm.readthedocs.io/en/latest/getting_started/installation.html#build-from-source):
75+
Install vLLM with `pip` or [from source](https://docs.vllm.ai/en/latest/getting_started/installation/gpu/index.html#build-wheel-from-source):
7676

7777
```bash
7878
pip install vllm
7979
```
8080

81-
Visit our [documentation](https://vllm.readthedocs.io/en/latest/) to learn more.
82-
- [Installation](https://vllm.readthedocs.io/en/latest/getting_started/installation.html)
83-
- [Quickstart](https://vllm.readthedocs.io/en/latest/getting_started/quickstart.html)
84-
- [List of Supported Models](https://vllm.readthedocs.io/en/latest/models/supported_models.html)
81+
Visit our [documentation](https://docs.vllm.ai/en/latest/) to learn more.
82+
- [Installation](https://docs.vllm.ai/en/latest/getting_started/installation/index.html)
83+
- [Quickstart](https://docs.vllm.ai/en/latest/getting_started/quickstart.html)
84+
- [List of Supported Models](https://docs.vllm.ai/en/latest/models/supported_models.html)
8585

8686
## Contributing
8787

0 commit comments

Comments
 (0)