Skip to content

Commit

Permalink
Merge branch 'main' into feat/ops/cumsum
Browse files Browse the repository at this point in the history
  • Loading branch information
laggui committed Feb 3, 2025
2 parents b538f24 + e2fa935 commit 0ad1fde
Show file tree
Hide file tree
Showing 263 changed files with 8,707 additions and 5,714 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 0ad1fde

Please sign in to comment.