From 919ee3199bed49a701cea65a757a004e5ae38c9e Mon Sep 17 00:00:00 2001 From: Nathan Weinberg <31703736+nathan-weinberg@users.noreply.github.com> Date: Wed, 16 Jul 2025 12:05:48 -0400 Subject: [PATCH] docs: add missing bold title to match others (#2782) Signed-off-by: Nathan Weinberg --- docs/source/concepts/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/concepts/architecture.md b/docs/source/concepts/architecture.md index 14c10848e..50cc62c7c 100644 --- a/docs/source/concepts/architecture.md +++ b/docs/source/concepts/architecture.md @@ -13,7 +13,7 @@ Llama Stack allows you to build different layers of distributions for your AI wo Building production AI applications today requires solving multiple challenges: -Infrastructure Complexity +**Infrastructure Complexity** - Running large language models efficiently requires specialized infrastructure. - Different deployment scenarios (local development, cloud, edge) need different solutions.