Releases: firstbatchxyz/dkn-compute-node
Releases · firstbatchxyz/dkn-compute-node
v0.2.4
Merge pull request #120 from firstbatchxyz/ollama-workflow-and-tps-up…
v0.2.3 - New Models
updated workflows & models
v0.2.2 - Model Changes
update to fixed workflow ver
v0.2.1 - Macros Valle with Fixes
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
added tps check
v0.1.8 - Kademlia Versioning Fix
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
What's Changed
Full Changelog: v0.1.6...v0.1.7
v0.1.6 - Send Queue Fixes
v0.1.5 - OOM & CPU Fixes
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
What's Changed
Full Changelog: v0.1.3...v0.1.4