mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 10:54:19 +00:00
docs: add back eval concept doc (#1456)
# What does this PR do? - add eval concept doc in Core Concept tab [//]: # (If resolving an issue, uncomment and update the line below) [//]: # (Closes #[issue-number]) ## Test Plan <img width="1266" alt="image" src="https://github.com/user-attachments/assets/8eb06a49-3c04-4899-805c-1b5349471f1f" /> cc @SLR722 [//]: # (## Documentation)
This commit is contained in:
parent
ca2910d27a
commit
3a454be9b2
1 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,13 @@
|
||||||
# Core Concepts
|
# Core Concepts
|
||||||
|
|
||||||
|
|
||||||
|
```{toctree}
|
||||||
|
:maxdepth: 1
|
||||||
|
:hidden:
|
||||||
|
|
||||||
|
evaluation_concepts
|
||||||
|
```
|
||||||
|
|
||||||
Given Llama Stack's service-oriented philosophy, a few concepts and workflows arise which may not feel completely natural in the LLM landscape, especially if you are coming with a background in other frameworks.
|
Given Llama Stack's service-oriented philosophy, a few concepts and workflows arise which may not feel completely natural in the LLM landscape, especially if you are coming with a background in other frameworks.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue