Skip to content

Releases: firstbatchxyz/dkn-compute-node

v0.2.4

25 Sep 18:55
f780fdd
Compare
Choose a tag to compare
Merge pull request #120 from firstbatchxyz/ollama-workflow-and-tps-up…

v0.2.3 - New Models

20 Sep 12:36
Compare
Choose a tag to compare
updated workflows & models

v0.2.2 - Model Changes

16 Sep 14:47
Compare
Choose a tag to compare
update to fixed workflow ver

v0.2.1 - Macros Valle with Fixes

09 Sep 12:39
3b909ab
Compare
Choose a tag to compare
Build and publish binaries (#116)

* add build exe workflow file

* install openssl

* fix typo

* convert openssl step to bash

* set openssl env-vars

* use choco install for windows packages

* add openssl envs to build step

* add openssl paths to matrix for each os/arch

* add openssl_dir

* fix typo

* add PKG_CONFIG_PATH

* fix typo

* use choco install for windows packages

* build cargo withour actions-rs

* install gcc-aarch64-linux-gnu

* openssl_dir as /usr/local/ssl

* actions-rs use-cross

* use houseabsolute/actions-rust-cross

* build for macos/linux

* build for macos arm64

* build for macos amd64

* build for macos and linux

* update latest release with assets

* build windows-amd64

* build windows-arm64

* use nightly for windows-arm64

* build linux-arm64 with prebuilt openssl installation

* use linker rust-lld

* add exes to v0.2.0

* update ollama-workflows

* fix typo

* remove linker

* build for macos and linux all archs

* ollama update

* tar.gz instead of zip

* change asset names

* publish exe instead of tar

* publish binaries for macos and linux

* windows build

* fix typo

* trigger workflow on release creation

v0.2.0 - Marcos Valle

05 Sep 17:41
Compare
Choose a tag to compare
added tps check

v0.1.8 - Kademlia Versioning Fix

02 Sep 14:09
Compare
Choose a tag to compare

Kademlia now uses major.minor within its protocol version, instead of the full version.

Full Changelog: v0.1.7...v0.1.8

v0.1.7 - Workflow Error Handling

02 Sep 12:43
7ab68fd
Compare
Choose a tag to compare

What's Changed

  • updated workflows with error handling, added model by @erhant in #113

Full Changelog: v0.1.6...v0.1.7

v0.1.6 - Send Queue Fixes

29 Aug 16:59
Compare
Choose a tag to compare

What's Changed

  • rm redundant vars, rfk start.sh, add network mode by @erhant in #100
  • use observed_addr, rfk cancellations, smol fixes by @erhant in #104
  • update to mem fixed fork rev by @erhant in #107

Full Changelog: v0.1.5...v0.1.6

v0.1.5 - OOM & CPU Fixes

20 Aug 17:00
cc49f4d
Compare
Choose a tag to compare

What's Changed

  • CPU Usage diagnostics & fix by @erhant in #94
  • CPU & Memory usage fixes by @erhant in #95
  • openai checks & better error report & update libp2p by @erhant in #96
  • Fixed cancellation signal by @erhant in #98
  • Now exists with sigint/sigterm immediately, instead of getting stuck at some points.
  • Fixed Error: "invalid multiaddr" as well.
  • For the CPU fix, we had to use our own fork of libp2p, see issue here libp2p/rust-libp2p#5561

Full Changelog: v0.1.4...v0.1.5

v0.1.4 - Available Nodes

16 Aug 06:53
af4a67d
Compare
Choose a tag to compare

What's Changed

  • AvailableNodes logic, handler refactors, workflows re-export by @erhant in #92

Full Changelog: v0.1.3...v0.1.4