Skip to content

Commit 5dc0759

Browse files
committed
Merge branch 'main' into feat/ops/cumsum
2 parents b538f24 + e2fa935 commit 5dc0759

File tree

263 files changed

+8706
-5714
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

263 files changed

+8706
-5714
lines changed

.github/workflows/publish.yml

+26
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,31 @@ on:
66
- "v*"
77

88
jobs:
9+
publish-burn-router:
10+
uses: tracel-ai/github-actions/.github/workflows/publish-crate.yml@v1
11+
with:
12+
crate: burn-router
13+
needs:
14+
- publish-burn-common
15+
- publish-burn-tensor
16+
# dev dependencies
17+
- publish-burn-autodiff
18+
- publish-burn-ndarray
19+
- publish-burn-wgpu
20+
secrets:
21+
CRATES_IO_API_TOKEN: ${{ secrets.CRATES_IO_API_TOKEN }}
22+
23+
publish-burn-remote:
24+
uses: tracel-ai/github-actions/.github/workflows/publish-crate.yml@v1
25+
with:
26+
crate: burn-remote
27+
needs:
28+
- publish-burn-common
29+
- publish-burn-tensor
30+
- publish-burn-router
31+
secrets:
32+
CRATES_IO_API_TOKEN: ${{ secrets.CRATES_IO_API_TOKEN }}
33+
934
publish-burn-derive:
1035
uses: tracel-ai/github-actions/.github/workflows/publish-crate.yml@v1
1136
with:
@@ -162,6 +187,7 @@ jobs:
162187
- publish-burn-tch
163188
- publish-burn-ndarray
164189
- publish-burn-candle
190+
- publish-burn-remote
165191
with:
166192
crate: burn-core
167193
secrets:

0 commit comments

Comments
 (0)