Skip to content

Releases: learning-at-home/hivemind

1.1.10: macOS and Linux ARM support

31 Aug 20:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.9...1.1.10

1.1.9: Patch release

23 Jul 13:25
6f5c471
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.8...1.1.9

1.1.8: Patch release

01 May 16:13
0d2614d
Compare
Choose a tag to compare

What's Changed

  • Fix errors in hivemind.p2p and hivemind.compression by @borzunov in #565

Full Changelog: 1.1.7...1.1.8

1.1.7: Patch release

31 Mar 14:41
6c3a46c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.6...1.1.7

1.1.6: Patch release

15 Feb 11:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.5...1.1.6

1.1.5: Patch release

07 Jan 14:44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.4...1.1.5

1.1.4: Patch release

02 Dec 18:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.3...1.1.4

1.1.3: Patch release

29 Nov 10:12
be88b42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.2...1.1.3

1.1.2: Patch release

19 Oct 15:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.1.2

1.1.1: Patch release, bitsandbytes support for compression

13 Sep 14:32
Compare
Choose a tag to compare

What's Changed

  • Handle errors in Runtime by @justheuristic in #489
  • metadata type changed to bytes by @GreenFatGuy in #491
  • fix: Parameter Averaging quickstart clarification by @IAL32 in #492
  • Make DHT ignore SIGINT by @dbaranchuk in #493
  • Update README with latest projects and publications by @mryab in #494
  • Add links to "Example Use Cases" by @borzunov in #497
  • Support bfloat16 for autograd by @dbaranchuk in #499
  • Remove libp2p handlers when ConnectionHandler, DHT, and DecentralizedAverager are shut down by @borzunov in #501
  • Fix PyTorch warning suppression by @borzunov in #502
  • Fix a potential deadlock in await_asynchronously with nested locks by @justheuristic in #503
  • Require TaskPoolBase to implement load_batch_to_runtime by @justheuristic in #506
  • Change runtime.py to choose tasks with lowest (instead of highest) priority by @justheuristic in #505
  • Add support for quantization with bitsandbytes by