mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-23 09:12:28 +00:00
33 lines
397 B
Markdown
33 lines
397 B
Markdown
# Advanced APIs
|
|
|
|
## Post-training
|
|
Fine-tunes a model.
|
|
|
|
```{toctree}
|
|
:maxdepth: 1
|
|
|
|
post_training/index
|
|
```
|
|
|
|
## Eval
|
|
Generates outputs (via Inference or Agents) and perform scoring.
|
|
|
|
```{toctree}
|
|
:maxdepth: 1
|
|
|
|
eval/index
|
|
```
|
|
|
|
```{include} evaluation_concepts.md
|
|
:start-after: ## Evaluation Concepts
|
|
```
|
|
|
|
## Scoring
|
|
Evaluates the outputs of the system.
|
|
|
|
```{toctree}
|
|
:maxdepth: 1
|
|
|
|
scoring/index
|
|
```
|
|
|