fix eval notebook & add test to workflow (#803)

This commit is contained in:
Xi Yan 2025-01-16 23:11:21 -08:00 committed by GitHub
parent 9d574f4aee
commit c2a072911d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 277 additions and 276 deletions

View file

@ -239,5 +239,6 @@ jobs:
pip install pytest nbval
llama stack build --template together --image-type venv
pytest -v -s --nbval-lax ./docs/notebooks/Llama_Stack_Building_AI_Applications.ipynb
pytest -v -s --nbval-lax ./docs/notebooks/Llama_Stack_Benchmark_Evals.ipynb
# TODO: add trigger for integration test workflow & docker builds