Add burn-jit crate to publish workflow (#1609)

This commit is contained in:
Guillaume Lagrange 2024-04-12 13:18:31 -04:00 committed by GitHub
parent 63947d20a2
commit 9ce9dd4c21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

View File

@ -58,6 +58,16 @@ jobs:
crate: burn-fusion
secrets: inherit
publish-burn-jit:
uses: tracel-ai/burn/.github/workflows/publish-template.yml@main
needs:
- publish-burn-common
- publish-burn-fusion
- publish-burn-tensor
with:
crate: burn-jit
secrets: inherit
publish-burn-autodiff:
uses: tracel-ai/burn/.github/workflows/publish-template.yml@main
needs: