-
Notifications
You must be signed in to change notification settings - Fork 263
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add template page for the docs (#170)
* Add template page for the docs * Fix a typo in the requirements-docs.txt
- Loading branch information
Showing
16 changed files
with
108 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
.. _community: | ||
|
||
========= | ||
Community | ||
========= | ||
|
||
TODO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
.. _architecture: | ||
|
||
==================== | ||
Overall Architecture | ||
==================== | ||
|
||
TODO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
.. _contribution: | ||
|
||
============ | ||
Contribution | ||
============ | ||
|
||
TODO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
.. _autoscaling: | ||
|
||
=========== | ||
Autoscaling | ||
=========== | ||
|
||
TODO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
.. _gateway: | ||
|
||
=============== | ||
Gateway Routing | ||
=============== | ||
|
||
TODO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
.. _lora: | ||
|
||
==================== | ||
Lora Dynamic Loading | ||
==================== | ||
|
||
TODO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
.. _distributed_inference: | ||
|
||
==================== | ||
Multi-Node Inference | ||
==================== | ||
|
||
TODO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
.. _ai_runtime: | ||
|
||
========== | ||
AI Runtime | ||
========== | ||
|
||
TODO |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
.. _installation: | ||
|
||
============ | ||
Installation | ||
============ | ||
|
||
This section contains how to install the packages. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
.. _quickstart: | ||
|
||
========== | ||
Quickstart | ||
========== | ||
|
||
This section contains how to do a quickstart. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,57 @@ | ||
.. AIBrix documentation master file, created by | ||
sphinx-quickstart on Thu Aug 8 15:07:35 2024. | ||
You can adapt this file completely to your liking, but it should at least | ||
contain the root `toctree` directive. | ||
Welcome to AIBrix | ||
================= | ||
|
||
.. image:: aibrix_icon.png | ||
:width: 400 | ||
:alt: Alternative text | ||
|
||
AIBrix is a high-performant and easy-to-use library for LLM inference. | ||
|
||
AIBrix is high-performant at | ||
.. image:: ./assets/logos/aibrix-logo-light.png | ||
:width: 60% | ||
:align: center | ||
:alt: AIBrix | ||
|
||
* This is a bulleted list. | ||
* It has two items, the second | ||
item uses two lines. | ||
AIBrix is the foundational building blocks for constructing your own GenAI inference infrastructure. | ||
AIBrix offers a cloud-native solution tailored to meet the demands of enterprises aiming to deploy, manage, and scale LLMs efficiently. | ||
|
||
Key features: | ||
|
||
AIBrix is easy-to-use with | ||
* High density Lora management | ||
* Intelligent and LLM specific routing strategies | ||
* LLM tailored pod autoscaler | ||
* AI runtime sidecar (metrics merge, fast model downloading, admin operations) | ||
|
||
1. This is a numbered list. | ||
2. It has two items too. | ||
#. This is a numbered list. | ||
#. It has two items too. | ||
|
||
Documentation | ||
============= | ||
|
||
Get Started | ||
----------- | ||
|
||
.. toctree:: | ||
:caption: Chapter 1 | ||
:titlesonly: | ||
|
||
|
||
getstarted/quickstart | ||
|
||
:maxdepth: 1 | ||
:caption: Getting Started | ||
|
||
getting_started/quickstart.rst | ||
getting_started/installation.rst | ||
|
||
|
||
.. toctree:: | ||
:caption: Chapter 2 | ||
:titlesonly: | ||
:maxdepth: 1 | ||
:caption: Core Concepts | ||
|
||
serving/installation | ||
External Link <https://www.sphinx-doc.org> | ||
designs/architecture.rst | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:caption: User Manuals | ||
|
||
features/autoscaling.rst | ||
features/lora-dynamic-loading.rst | ||
features/gateway-plugins.rst | ||
features/multi-node-inference.rst | ||
features/runtime.rst | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:caption: Development | ||
|
||
development/contribution.rst | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:caption: Community | ||
|
||
This is an example of a simple Sphinx project using the Sphinx Book Theme. | ||
community/community.rst |
This file was deleted.
Oops, something went wrong.