Skip to content

Commit 1da7ffe

Browse files
authored
Merge pull request #173 from firstbatchxyz/erhant/v0.3
feat: v0.3
2 parents b4f21e1 + 9dfa024 commit 1da7ffe

Some content is hidden

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

46 files changed

+1687
-1709
lines changed

.env.example

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
# Secret key of your compute node, 32 byte in hexadecimal.
33
# e.g.: DKN_WALLET_SECRET_KEY=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
44
DKN_WALLET_SECRET_KEY=
5-
# Public key of Dria Admin node, 33-byte (compressed) in hexadecimal.
6-
# You don't need to change this, simply copy and paste it.
7-
DKN_ADMIN_PUBLIC_KEY=0208ef5e65a9c656a6f92fb2c770d5d5e2ecffe02a6aade19207f75110be6ae658
85
# model1,model2,model3,... (comma separated, case-insensitive)
96
# example: phi3:3.8b,gpt-4o-mini
107
DKN_MODELS=
@@ -17,7 +14,7 @@ DKN_P2P_LISTEN_ADDR=/ip4/0.0.0.0/tcp/4001
1714
DKN_RELAY_NODES=
1815
# Comma-separated static bootstrap nodes
1916
DKN_BOOTSTRAP_NODES=
20-
# Batch size for workflows, you do not need to edit this.
17+
# Batch size for task worker, you do not need to edit this.
2118
DKN_BATCH_SIZE=
2219

2320
## DRIA (profiling only, do not uncomment) ##

.github/workflows/build_dev_exe.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
merge-multiple: true
106106
path: ./artifacts
107107

108+
# https://github.com/ncipollo/release-action
108109
- name: Create release with artifacts
109110
uses: ncipollo/release-action@v1
110111
with:
@@ -113,4 +114,4 @@ jobs:
113114
artifacts: "artifacts/*"
114115
artifactContentType: application/octet-stream
115116
allowUpdates: true
116-
# draft: true
117+
makeLatest: false

.github/workflows/build_prod_exe.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
merge-multiple: true
106106
path: ./artifacts
107107

108+
# https://github.com/ncipollo/release-action
108109
- name: Create release with artifacts
109110
uses: ncipollo/release-action@v1
110111
with:
@@ -113,4 +114,4 @@ jobs:
113114
artifacts: "artifacts/*"
114115
artifactContentType: application/octet-stream
115116
allowUpdates: true
116-
# draft: true
117+
makeLatest: false

0 commit comments

Comments
 (0)