Skip to content

Commit

Permalink
Merge pull request #173 from firstbatchxyz/erhant/v0.3
Browse files Browse the repository at this point in the history
feat: v0.3
  • Loading branch information
erhant authored Feb 3, 2025
2 parents b4f21e1 + 9dfa024 commit 1da7ffe
Show file tree
Hide file tree
Showing 46 changed files with 1,687 additions and 1,709 deletions.
5 changes: 1 addition & 4 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
# Secret key of your compute node, 32 byte in hexadecimal.
# e.g.: DKN_WALLET_SECRET_KEY=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
DKN_WALLET_SECRET_KEY=
# Public key of Dria Admin node, 33-byte (compressed) in hexadecimal.
# You don't need to change this, simply copy and paste it.
DKN_ADMIN_PUBLIC_KEY=0208ef5e65a9c656a6f92fb2c770d5d5e2ecffe02a6aade19207f75110be6ae658
# model1,model2,model3,... (comma separated, case-insensitive)
# example: phi3:3.8b,gpt-4o-mini
DKN_MODELS=
Expand All @@ -17,7 +14,7 @@ DKN_P2P_LISTEN_ADDR=/ip4/0.0.0.0/tcp/4001
DKN_RELAY_NODES=
# Comma-separated static bootstrap nodes
DKN_BOOTSTRAP_NODES=
# Batch size for workflows, you do not need to edit this.
# Batch size for task worker, you do not need to edit this.
DKN_BATCH_SIZE=

## DRIA (profiling only, do not uncomment) ##
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build_dev_exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
merge-multiple: true
path: ./artifacts

# https://github.com/ncipollo/release-action
- name: Create release with artifacts
uses: ncipollo/release-action@v1
with:
Expand All @@ -113,4 +114,4 @@ jobs:
artifacts: "artifacts/*"
artifactContentType: application/octet-stream
allowUpdates: true
# draft: true
makeLatest: false
3 changes: 2 additions & 1 deletion .github/workflows/build_prod_exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
merge-multiple: true
path: ./artifacts

# https://github.com/ncipollo/release-action
- name: Create release with artifacts
uses: ncipollo/release-action@v1
with:
Expand All @@ -113,4 +114,4 @@ jobs:
artifacts: "artifacts/*"
artifactContentType: application/octet-stream
allowUpdates: true
# draft: true
makeLatest: false
Loading

0 comments on commit 1da7ffe

Please sign in to comment.