Skip to content

Commit

Permalink
Merge branch 'main' into autotune
Browse files Browse the repository at this point in the history
  • Loading branch information
wingertge committed Jan 17, 2025
2 parents 5ab59ce + 6750fd6 commit d7dedde
Show file tree
Hide file tree
Showing 101 changed files with 2,066 additions and 2,344 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,31 @@ on:
- "v*"

jobs:
publish-burn-router:
uses: tracel-ai/github-actions/.github/workflows/publish-crate.yml@v1
with:
crate: burn-router
needs:
- publish-burn-common
- publish-burn-tensor
# dev dependencies
- publish-burn-autodiff
- publish-burn-ndarray
- publish-burn-wgpu
secrets:
CRATES_IO_API_TOKEN: ${{ secrets.CRATES_IO_API_TOKEN }}

publish-burn-remote:
uses: tracel-ai/github-actions/.github/workflows/publish-crate.yml@v1
with:
crate: burn-remote
needs:
- publish-burn-common
- publish-burn-tensor
- publish-burn-router
secrets:
CRATES_IO_API_TOKEN: ${{ secrets.CRATES_IO_API_TOKEN }}

publish-burn-derive:
uses: tracel-ai/github-actions/.github/workflows/publish-crate.yml@v1
with:
Expand Down Expand Up @@ -162,6 +187,7 @@ jobs:
- publish-burn-tch
- publish-burn-ndarray
- publish-burn-candle
- publish-burn-remote
with:
crate: burn-core
secrets:
Expand Down
Loading

0 comments on commit d7dedde

Please sign in to comment.