From 039e303707e26f6bf71f7b2112b750c1c81c837a Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Fri, 22 Nov 2024 21:15:21 -0800 Subject: [PATCH] docs fix --- docs/source/cookbooks/evals.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/cookbooks/evals.md b/docs/source/cookbooks/evals.md index 01872e6dc..12446e3ec 100644 --- a/docs/source/cookbooks/evals.md +++ b/docs/source/cookbooks/evals.md @@ -2,8 +2,7 @@ The Llama Stack Evaluation flow allows you to run evaluations on your GenAI application datasets or pre-registered benchmarks. - -We introduce a new set of APIs in Llama Stack for supporting running evaluations of LLM applications. +We introduce a set of APIs in Llama Stack for supporting running evaluations of LLM applications. - `/datasetio` + `/datasets` API - `/scoring` + `/scoring_functions` API - `/eval` + `/eval_tasks` API