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 integration 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 contributing 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.
Release files for aibrix 0.7.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aibrix-0.7.0.tar.gz | 319.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| aibrix-0.7.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 749.8 kB
Release files / aibrix-0.7.0.tar.gz
| Download URL | aibrix-0.7.0.tar.gz |
|---|---|
| Size | 319.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
16266401dc937c3f40466b1529c5411f49eaba26cbdb48b20b9b361e31ae373d
|
|
BLAKE2b-256 checksum How to use checksums |
e485f920e260549c6bb772ea7fa69469b55d4fc098d67351119784bd3cb7e00e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.4.1 CPython/3.12.13 Linux/6.17.0-1018-azure
|
Release files / aibrix-0.7.0-py3-none-any.whl
| Download URL | aibrix-0.7.0-py3-none-any.whl |
|---|---|
| Size | 430.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
941bae7df167294b66c629d78b5a0e12ab2c944f2db9b0169019ed1f63b153b8
|
|
BLAKE2b-256 checksum How to use checksums |
42508b6d5c12c11322d77e46ccf250af8d484ba8c551b5339bd324b063da04e7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.4.1 CPython/3.12.13 Linux/6.17.0-1018-azure
|