-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Add hardware plugins to installation doc #22732
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,16 @@ | |
- [Google TPU](google_tpu.md) | ||
- [Intel Gaudi](intel_gaudi.md) | ||
- [AWS Neuron](aws_neuron.md) | ||
|
||
## Hardware Plugins | ||
|
||
The backends below live **outside** the main `vllm` repository and follow the | ||
[Hardware-Pluggable RFC](../design/plugin_system.md). | ||
|
||
| Accelerator | PyPI / package | Repository | | ||
|-------------|----------------|------------| | ||
| Ascend NPU | `vllm-ascend` | https://github.com/vllm-project/vllm-ascend | | ||
Check failure on line 25 in docs/getting_started/installation/README.md
|
||
| Intel Gaudi (HPU) | N/A, install from source | https://github.com/vllm-project/vllm-gaudi | | ||
Check failure on line 26 in docs/getting_started/installation/README.md
|
||
| MetaX MACA GPU | N/A, install from source | https://github.com/MetaX-MACA/vLLM-metax | | ||
Check failure on line 27 in docs/getting_started/installation/README.md
|
||
| Rebellions ATOM / REBEL NPU | `vllm-rbln` | https://github.com/rebellions-sw/vllm-rbln | | ||
Check failure on line 28 in docs/getting_started/installation/README.md
|
||
| IBM Spyre AIU | `vllm-spyre` | https://github.com/vllm-project/vllm-spyre | | ||
Check failure on line 29 in docs/getting_started/installation/README.md
|
Uh oh!
There was an error while loading. Please reload this page.