Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/getting_started/installation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

View workflow job for this annotation

GitHub Actions / pre-commit

Bare URL used [Context: "https://github.com/vllm-projec..."]
| 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

View workflow job for this annotation

GitHub Actions / pre-commit

Bare URL used [Context: "https://github.com/vllm-projec..."]
| 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

View workflow job for this annotation

GitHub Actions / pre-commit

Bare URL used [Context: "https://github.com/MetaX-MACA/..."]
| 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

View workflow job for this annotation

GitHub Actions / pre-commit

Bare URL used [Context: "https://github.com/rebellions-..."]
| IBM Spyre AIU | `vllm-spyre` | https://github.com/vllm-project/vllm-spyre |

Check failure on line 29 in docs/getting_started/installation/README.md

View workflow job for this annotation

GitHub Actions / pre-commit

Bare URL used [Context: "https://github.com/vllm-projec..."]
Loading