Merge branch 'main' into vit

This commit is contained in:
Hardik Shah 2025-06-26 14:11:30 -07:00 committed by GitHub
commit ffbb10ee1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
184 changed files with 1691 additions and 1138 deletions

View file

@ -11,6 +11,8 @@ on:
- 'llama_stack/distribution/*.sh'
- '.github/workflows/providers-build.yml'
- 'llama_stack/templates/**'
- 'pyproject.toml'
pull_request:
paths:
- 'llama_stack/cli/stack/build.py'
@ -19,6 +21,7 @@ on:
- 'llama_stack/distribution/*.sh'
- '.github/workflows/providers-build.yml'
- 'llama_stack/templates/**'
- 'pyproject.toml'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}