From 39f0636c6ca4d6ce17ca93c624f014b78f0fb9e5 Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Thu, 6 Mar 2025 15:41:13 -0800 Subject: [PATCH] eval concept --- docs/source/concepts/index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/source/concepts/index.md b/docs/source/concepts/index.md index c839266b6..60bfa6ee7 100644 --- a/docs/source/concepts/index.md +++ b/docs/source/concepts/index.md @@ -64,3 +64,10 @@ While there is a lot of flexibility to mix-and-match providers, often users will **On-device Distro**: Finally, you may want to run Llama Stack directly on an edge device (mobile phone or a tablet.) We provide Distros for iOS and Android (coming soon.) + +```{toctree} +:maxdepth: 1 +:hidden: + +evaluation_concepts +```