diff --git a/docs/getting_started/installation/README.md b/docs/getting_started/installation/README.md index cdbe601ca..95a2bb041 100644 --- a/docs/getting_started/installation/README.md +++ b/docs/getting_started/installation/README.md @@ -14,18 +14,6 @@ vLLM supports the following hardware platforms: ## Hardware Plugins -The backends below live **outside** the main `vllm` repository and follow the -[Hardware-Pluggable RFC](../../design/plugin_system.md). +vLLM supports third-party hardware plugins that live **outside** the main `vllm` repository. These follow the [Hardware-Pluggable RFC](../../design/plugin_system.md). -| Accelerator | PyPI / package | Repository | -|-------------|----------------|------------| -| Google TPU | `tpu-inference` | | -| Ascend NPU | `vllm-ascend` | | -| Intel Gaudi (HPU) | N/A, install from source | | -| MetaX MACA GPU | N/A, install from source | | -| Rebellions ATOM / REBEL NPU | `vllm-rbln` | | -| IBM Spyre AIU | `vllm-spyre` | | -| Cambricon MLU | `vllm-mlu` | | -| Baidu Kunlun XPU | N/A, install from source | | -| Sophgo TPU | N/A, install from source | | -| Apple Silicon (Metal) | N/A, install from source | | +A list of all supported hardware can be found on the [vllm.ai website](https://vllm.ai/#hardware). If you want to add new hardware, please contact us on [Slack](https://slack.vllm.ai/) or [Email](mailto:collaboration@vllm.ai).