1.1.1: Patch release, bitsandbytes support for compression
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 @mryab in #490
New Contributors
- @IAL32 made their first contribution in #492
- @dbaranchuk made their first contribution in #493
Full Changelog: 1.1.0...1.1.1