Skip to content

Commit 57e3d78

Browse files
authored
Update figure size for aibrix release blog (#36)
Signed-off-by: Jiaxin Shan <seedjeffwan@gmail.com>
1 parent 2c05685 commit 57e3d78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2025-02-21-aibrix-release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ author: "AIBrix Team"
55
image: /assets/logos/vllm-logo-only-light.png
66
---
77

8-
Today, we are excited to announce [vllm-project/AIBrix](https://github.com/vllm-project/aibrix): a battery-included vLLM Kubernetes serving stack developed by Bytedance. Started in early 2024, AIBrix has been successfully deployed to support multiple business use cases across ByteDance, demonstrating its scalability and effectiveness in large-scale deployments.
8+
Today, we are excited to announce [vllm-project/aibrix](https://github.com/vllm-project/aibrix): a battery-included vLLM Kubernetes serving stack developed by Bytedance. Started in early 2024, AIBrix has been successfully deployed to support multiple business use cases across ByteDance, demonstrating its scalability and effectiveness in large-scale deployments.
99

1010
While vLLM makes deploying a single serving instance easy, deploying vLLM at scale presents unique challenges in routing, autoscaling, and fault tolerance. AIBrix is an open-source initiative designed to provide the essential building blocks to construct scalable inference infrastructure. It delivers a cloud-native solution optimized for deploying, managing, and scaling large language model (LLM) inference, tailored specifically to enterprise needs.
1111

12-
<figure>
12+
<figure style="width: 50%; height: auto; text-align: center; margin: 0 auto;">
1313
<img src="/assets/figures/aibrix/aibrix-diagram.png" />
1414
</figure>
1515

0 commit comments

Comments
 (0)