AIBrix, the foundational building blocks for constructing your own GenAI inference infrastructure.
Project description
AI Runtime
A versatile sidecar enabling metric standardization, model downloading, and management.
Quick Start
Installation
AI Runtime can be installed by pip
.
pip install aibrix
Model download
The AI Runtime supports model downloading from the following storage backends:
- HuggingFace
- S3
- TOS
For more details on model downloading, please refer to our Runtime docs.
Integrate with inference engines
The AI Runtime hides various implementation details on the inference engine side, providing a universal method to guide model management, as well as expose inference monitoring metrics.
At present, vLLM
engine is supported, and in the future, SGLang
and other inference engines will be supported.
For more details on integrate with vLLM
, please refer to our Runtime docs.
Contributing
We welcome contributions from the community! Check out our contributing guidelines to see how you can make a difference.
Build from source
# This may take several minutes
pip install -e .
Lint, Format and Type Check
Before contribute your code, please run the following commands to ensure that your code passes the tests and linting checks.
# install dependencies
poetry install --no-root --with dev
# linting, formatting and type checking
bash ./scripts/format.sh
License
AI Runtime is licensed under the APACHE License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file aibrix-0.1.1.tar.gz
.
File metadata
- Download URL: aibrix-0.1.1.tar.gz
- Upload date:
- Size: 25.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.11.10 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aba97a427a08844914aca291b20254ad1d9c2819e3524db18c5123c0abfa3610 |
|
MD5 | 810d7f5c415546e5106723b19cac78dc |
|
BLAKE2b-256 | 2613ef1acd41f3d1298dfe2d7842257e122217246e97c367b0060294ed4748af |
File details
Details for the file aibrix-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: aibrix-0.1.1-py3-none-any.whl
- Upload date:
- Size: 45.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.11.10 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93e5d11dd902f7e5b6d9251bac1f3849341b160420f45a473d74e9af8ad4d381 |
|
MD5 | f301bc45c64f871f2a2b36a8b8b214df |
|
BLAKE2b-256 | 25458c14e048e24b1b34dd4ec8e4b2f1e6eda30a1f61e03739d4e599ae7fd47d |