evals: allow running a single eval

This commit is contained in:
Aleix Conchillo Flaqué
2025-05-30 15:41:13 -07:00
parent d77bedbafb
commit f1df079512
4 changed files with 76 additions and 13 deletions

View File

@@ -43,3 +43,13 @@ tests:
```sh
python run-release-evals.py -p 07 -a -v
```
## Script Evals
You can also run evals for a single example (not part of the release set):
```sh
python run-eval.py YOUR_EXAMPLE_SCRIPT -a -v
```
Your script needs to follow any of the foundation examples pattern.