Skip to content

Commit d2264ca

Browse files
Move diagram to the right
1 parent 22ba9bc commit d2264ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2025-01-27-intro-to-llama-stack-with-vllm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ We are excited to announce that vLLM inference provider is now available in [Lla
99

1010
# What is Llama Stack?
1111

12+
<img align="right" src="https://llama-stack.readthedocs.io/en/latest/_images/llama-stack.png" alt="llama-stack-diagram" width="50%" height="50%">
13+
1214
Llama Stack defines and standardizes the set of core building blocks needed to bring generative AI applications to market. These building blocks are presented in the form of interoperable APIs with a broad set of Service Providers providing their implementations.
1315

1416
Llama Stack focuses on making it easy to build production applications with a variety of models - ranging from the latest Llama 3.3 model to specialized models like Llama Guard for safety. More models beyond the Llama model family are in the works. The goal is to provide pre-packaged implementations (aka “distributions”) which can be run in a variety of deployment environments. The Stack can assist you in your entire app development lifecycle - start iterating on local, mobile or desktop and seamlessly transition to on-prem or public cloud deployments. At every point in this transition, the same set of APIs and the same developer experience is available.
1517

16-
<!-- ideally we could float this image to the right so it does not come in the flow of the doc -->
17-
<img width="320" src="https://llama-stack.readthedocs.io/en/latest/_images/llama-stack.png" />
1818

1919
Each specific implementation of an API is called a "Provider" in this architecture. Users can swap providers via configuration. `vLLM` is a prominent example of a high-performance API backing the inference API.
2020

0 commit comments

Comments
 (0)