[Doc] Improve installation signposting (#12575)

- Make device tab names more explicit
- Add comprehensive list of devices to
https://docs.vllm.ai/en/latest/getting_started/installation/index.html
- Add `attention` blocks to the intro of all devices that don't have
pre-built wheels/images

---------

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
Harry Mellor
2025-01-31 23:38:35 +00:00
committed by GitHub
parent fc542144c4
commit 60808bd4c7
13 changed files with 111 additions and 59 deletions

View File

@@ -5,7 +5,8 @@ vLLM is a Python library that supports the following CPU variants. Select your C
:::::{tab-set}
:sync-group: device
::::{tab-item} x86
::::{tab-item} Intel/AMD x86
:selected:
:sync: x86
:::{include} x86.inc.md
@@ -15,7 +16,7 @@ vLLM is a Python library that supports the following CPU variants. Select your C
::::
::::{tab-item} ARM
::::{tab-item} ARM AArch64
:sync: arm
:::{include} arm.inc.md
@@ -44,7 +45,7 @@ vLLM is a Python library that supports the following CPU variants. Select your C
:::::{tab-set}
:sync-group: device
::::{tab-item} x86
::::{tab-item} Intel/AMD x86
:sync: x86
:::{include} x86.inc.md
@@ -54,7 +55,7 @@ vLLM is a Python library that supports the following CPU variants. Select your C
::::
::::{tab-item} ARM
::::{tab-item} ARM AArch64
:sync: arm
:::{include} arm.inc.md
@@ -92,7 +93,7 @@ Currently, there are no pre-built CPU wheels.
:::::{tab-set}
:sync-group: device
::::{tab-item} x86
::::{tab-item} Intel/AMD x86
:sync: x86
:::{include} x86.inc.md
@@ -102,7 +103,7 @@ Currently, there are no pre-built CPU wheels.
::::
::::{tab-item} ARM
::::{tab-item} ARM AArch64
:sync: arm
:::{include} arm.inc.md