From d165000bbcda7972e79437df8ae1b75eb9ccd89e Mon Sep 17 00:00:00 2001 From: Nathan Weinberg <31703736+nathan-weinberg@users.noreply.github.com> Date: Tue, 1 Jul 2025 09:59:06 -0400 Subject: [PATCH] docs: specify the ability to train non-Llama models (#2573) # What does this PR do? Clarifies that non-Llama models can be trained via the Post Training API ## Test Plan Build docs locally Signed-off-by: Nathan Weinberg --- docs/source/concepts/apis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/concepts/apis.md b/docs/source/concepts/apis.md index 38c6a7a73..6da77a9e6 100644 --- a/docs/source/concepts/apis.md +++ b/docs/source/concepts/apis.md @@ -14,5 +14,5 @@ A Llama Stack API is described as a collection of REST endpoints. We currently s We are working on adding a few more APIs to complete the application lifecycle. These will include: - **Batch Inference**: run inference on a dataset of inputs - **Batch Agents**: run agents on a dataset of inputs -- **Post Training**: fine-tune a Llama model +- **Post Training**: fine-tune a model - **Synthetic Data Generation**: generate synthetic data for model development