RBLN-SW/vllm-rbln

vLLM plugin for RBLN NPU

58

stars

794

commits

Python

primary language

Sep 10, 2026

updated

README

vLLM RBLN Plugin

main-logo

PyPI version License Documentation Contributor Covenant

This repository provides the hardware plugin that enables vLLM on RBLN NPUs, including ATOM and REBEL.

Built on top of vLLM’s Plugin System, it allows seamless integration with the vLLM ecosystem and provides high-throughput, low-latency LLM serving on RBLN hardware. Our plugin supports a wide range of popular LLMs and continues to expand to support all features enabled in vLLM, including advanced attention mechanisms.

🚀 Getting Started

📋 Prerequisites

  • rebel-compiler
  • optimum-rbln

⚙️ Installation

You can install this project using pip or from source.

Install via PyPI

Using uv
uv pip install vllm-rbln --extra-index-url https://wheels.vllm.ai/0.24.0/cpu --torch-backend cpu
Using pip
pip install vllm-rbln --extra-index-url https://wheels.vllm.ai/0.24.0/cpu --extra-index-url https://download.pytorch.org/whl/cpu

Or from source

Using uv
git clone https://github.com/rbln-sw/vllm-rbln.git
cd vllm-rbln
uv pip install -e .
Using pip
git clone https://github.com/rbln-sw/vllm-rbln.git
cd vllm-rbln
pip install -e . --extra-index-url https://wheels.vllm.ai/0.24.0/cpu --extra-index-url https://download.pytorch.org/whl/cpu

🛠️ Development setup

Building from source? See DEVELOPMENT.md for the uv dev workflow.

📚 Documentation

🤝 Contributing

We welcome all contributions! Whether it's reporting issues, proposing enhancements, or improving docs—your input helps make the project better.

See our CONTRIBUTING.md for more information.

📄 License

This project is licensed under the Apache License 2.0.

See the LICENSE file for more information.

📧 Contact

Contributors

(top 30 of 36)

rebel-eunji

190 commits

junstar92

83 commits

rebel-cjlee

68 commits

rebel-seinpark

54 commits

RBLN-SW/vllm-rbln

vLLM plugin for RBLN NPU

58

stars

794

commits

Python

primary language

Sep 10, 2026

updated

README

vLLM RBLN Plugin

main-logo

PyPI version License Documentation Contributor Covenant

This repository provides the hardware plugin that enables vLLM on RBLN NPUs, including ATOM and REBEL.

Built on top of vLLM’s Plugin System, it allows seamless integration with the vLLM ecosystem and provides high-throughput, low-latency LLM serving on RBLN hardware. Our plugin supports a wide range of popular LLMs and continues to expand to support all features enabled in vLLM, including advanced attention mechanisms.

🚀 Getting Started

📋 Prerequisites

  • rebel-compiler
  • optimum-rbln

⚙️ Installation

You can install this project using pip or from source.

Install via PyPI

Using uv
uv pip install vllm-rbln --extra-index-url https://wheels.vllm.ai/0.24.0/cpu --torch-backend cpu
Using pip
pip install vllm-rbln --extra-index-url https://wheels.vllm.ai/0.24.0/cpu --extra-index-url https://download.pytorch.org/whl/cpu

Or from source

Using uv
git clone https://github.com/rbln-sw/vllm-rbln.git
cd vllm-rbln
uv pip install -e .
Using pip
git clone https://github.com/rbln-sw/vllm-rbln.git
cd vllm-rbln
pip install -e . --extra-index-url https://wheels.vllm.ai/0.24.0/cpu --extra-index-url https://download.pytorch.org/whl/cpu

🛠️ Development setup

Building from source? See DEVELOPMENT.md for the uv dev workflow.

📚 Documentation

🤝 Contributing

We welcome all contributions! Whether it's reporting issues, proposing enhancements, or improving docs—your input helps make the project better.

See our CONTRIBUTING.md for more information.

📄 License

This project is licensed under the Apache License 2.0.

See the LICENSE file for more information.

📧 Contact

Contributors

(top 30 of 36)

rebel-eunji

190 commits

junstar92

83 commits

rebel-cjlee

68 commits

rebel-seinpark

54 commits

Languages

Python

99.7%