vllm-project/aibrix
Fork: 381 Star: 3761 (更新于 2025-06-23 13:35:31)
license: Apache-2.0
Language: Jupyter Notebook .
Cost-efficient and pluggable Infrastructure components for GenAI inference
最后发布版本: v0.3.0 ( 2025-05-22 05:42:19)
AIBrix
Welcome to AIBrix, an open-source initiative designed to provide essential building blocks to construct scalable GenAI inference infrastructure. AIBrix delivers a cloud-native solution optimized for deploying, managing, and scaling large language model (LLM) inference, tailored specifically to enterprise needs.
| Documentation | Blog | White Paper | Twitter/X | Developer Slack |
Latest News
- [2025-06-10] The AIBrix team delivered a talk at KubeCon China 2025 titled AIBrix: Cost-Effective and Scalable Kubernetes Control Plane for vLLM, discussing how the framework optimizes vLLM deployment via Kubernetes for cost efficiency and scalability.
- [2025-05-21] AIBrix v0.3.0 is released. Check out the release notes and Blog Post for more details
- [2025-04-04] AIBrix co-delivered a KubeCon EU 2025 keynote with Google on LLM-Aware Load Balancing in Kubernetes: A New Era of Efficiency, focusing on LLM specific routing solutions.
- [2025-03-30] AIBrix was featured at the ASPLOS'25 workshop with the presentation AIBrix: An Open-Source, Large-Scale LLM Inference Infrastructure for System Research, showcasing its architecture for efficient LLM inference in system research scenarios.
- [2025-03-09] AIBrix v0.2.1 is released. DeepSeek-R1 full weights deployment is supported and gateway stability has been improved! Check Blog Post for more details.
- [2025-02-19] AIBrix v0.2.0 is released. Check out the release notes and Blog Post for more details.
- [2025-11-13] AIBrix v0.1.0 is released. Check out the release notes and Blog Post for more details.
Key Features
The initial release includes the following key features:
- High-Density LoRA Management: Streamlined support for lightweight, low-rank adaptations of models.
- LLM Gateway and Routing: Efficiently manage and direct traffic across multiple models and replicas.
- LLM App-Tailored Autoscaler: Dynamically scale inference resources based on real-time demand.
- Unified AI Runtime: A versatile sidecar enabling metric standardization, model downloading, and management.
- Distributed Inference: Scalable architecture to handle large workloads across multiple nodes.
- Distributed KV Cache: Enables high-capacity, cross-engine KV reuse.
- Cost-efficient Heterogeneous Serving: Enables mixed GPU inference to reduce costs with SLO guarantees.
- GPU Hardware Failure Detection: Proactive detection of GPU hardware issues.
Architecture
Quick Start
To get started with AIBrix, clone this repository and follow the setup instructions in the documentation. Our comprehensive guide will help you configure and deploy your first LLM infrastructure seamlessly.
# Local Testing
git clone https://github.com/vllm-project/aibrix.git
cd aibrix
# Install nightly aibrix dependencies
kubectl apply -k config/dependency --server-side
# Install nightly aibrix components
kubectl apply -k config/default
Install stable distribution
# Install component dependencies
kubectl apply -f "https://github.com/vllm-project/aibrix/releases/download/v0.3.0/aibrix-dependency-v0.3.0.yaml" --server-side
# Install aibrix components
kubectl apply -f "https://github.com/vllm-project/aibrix/releases/download/v0.3.0/aibrix-core-v0.3.0.yaml"
Documentation
For detailed documentation on installation, configuration, and usage, please visit our documentation page.
Contributing
We welcome contributions from the community! Check out our contributing guidelines to see how you can make a difference.
Slack Channel: #aibrix
License
AIBrix is licensed under the Apache 2.0 License.
Support
If you have any questions or encounter any issues, please submit an issue on our GitHub issues page.
Thank you for choosing AIBrix for your GenAI infrastructure needs!
最近版本更新:(数据更新于 2025-06-25 11:54:44)
2025-05-22 05:42:19 v0.3.0
2025-05-21 12:13:01 v0.3.0-rc.2
2025-05-13 15:12:20 v0.3.0-rc.1
2025-03-09 21:25:02 v0.2.1
2025-02-20 02:31:02 v0.2.0
2025-01-24 06:23:35 v0.2.0-rc.2
2025-01-09 14:44:07 v0.1.2
2024-12-11 04:16:06 v0.2.0-rc.1
2024-11-22 07:02:24 v0.1.1
2024-11-13 06:33:22 v0.1.0
vllm-project/aibrix同语言 Jupyter Notebook最近更新仓库
2025-06-24 05:31:57 ibm-granite/granite-tsfm
2025-05-19 21:23:21 neo4j-labs/llm-graph-builder
2025-04-08 00:07:46 GeostatsGuy/DataScienceInteractivePython
2025-03-20 23:03:08 mistralai/mistral-inference
2025-02-13 08:33:20 microsoft/OmniParser
2025-02-10 22:25:43 datawhalechina/leedl-tutorial