mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-23 04:53:14 +00:00
[docs] evals (#511)
# What does this PR do? - add evals docs ## Test Plan https://github.com/user-attachments/assets/7a1bcfcc-2c37-4cd2-9a72-bf43c2321022 ## Before submitting - [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case). - [ ] Ran pre-commit to handle lint / formatting issues. - [ ] Read the [contributor guideline](https://github.com/meta-llama/llama-stack/blob/main/CONTRIBUTING.md), Pull Request section? - [ ] Updated relevant documentation. - [ ] Wrote necessary unit or integration tests.
This commit is contained in:
parent
0481fa9540
commit
988f424c9c
5 changed files with 134 additions and 0 deletions
9
docs/source/cookbooks/index.md
Normal file
9
docs/source/cookbooks/index.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Cookbooks
|
||||
|
||||
- [Evaluations Flow](evals.md)
|
||||
|
||||
```{toctree}
|
||||
:maxdepth: 2
|
||||
:hidden:
|
||||
evals.md
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue