mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-07 14:26:44 +00:00
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 <nweinber@redhat.com>
This commit is contained in:
parent
25268854bc
commit
d165000bbc
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
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 Inference**: run inference on a dataset of inputs
|
||||||
- **Batch Agents**: run agents 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
|
- **Synthetic Data Generation**: generate synthetic data for model development
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue