Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.1.11_ Compatibility improvements, version upgrades source code.tar.gz | 2025-04-19 | 664.3 kB | |
1.1.11_ Compatibility improvements, version upgrades source code.zip | 2025-04-19 | 766.0 kB | |
README.md | 2025-04-19 | 3.9 kB | |
Totals: 3 Items | 1.4 MB | 0 |
What's Changed
- Fix edge cases in (de)serialize_torch_tensor by @justheuristic in https://github.com/learning-at-home/hivemind/pull/591
- Fix deprecations and update dependencies for examples/albert by @mryab in https://github.com/learning-at-home/hivemind/pull/595
- Fix OptimizerWrapper creation, test gradient clipping by @mryab in https://github.com/learning-at-home/hivemind/pull/593
- Update petals homepage URL by @dpirad007 in https://github.com/learning-at-home/hivemind/pull/599
- Bump p2pd version by @dvmazur in https://github.com/learning-at-home/hivemind/pull/598
- Update Dockerfile, fix compatibility with PyTorch>=2.3.0 by @mryab in https://github.com/learning-at-home/hivemind/pull/614
- Override the logging level in test_cli_scripts by @mryab in https://github.com/learning-at-home/hivemind/pull/617
- Improve the process cleanup logic when running tests by @mryab in https://github.com/learning-at-home/hivemind/pull/616
- Add downloading time to averager by @samsja in https://github.com/learning-at-home/hivemind/pull/618
- Migrate to pydantic >= 2.0 by @Vectorrent in https://github.com/learning-at-home/hivemind/pull/613
- Update README.md dead link to HivemindStrategy by @cleong110 in https://github.com/learning-at-home/hivemind/pull/607
- Deprecate Python 3.7, switch to Python 3.11 in CI by @mryab in https://github.com/learning-at-home/hivemind/pull/621
- Limit Protobuf version by 5.28.0 by @mryab in https://github.com/learning-at-home/hivemind/pull/631
- Clean up resources in DHT/P2P, improve test robustness by @mryab in https://github.com/learning-at-home/hivemind/pull/636
- Clarify the download location of p2pd in setup.py by @xloem in https://github.com/learning-at-home/hivemind/pull/633
- Add CITATION.cff, update citations by @mryab in https://github.com/learning-at-home/hivemind/pull/630
- Remove unused code and imports by @mryab in https://github.com/learning-at-home/hivemind/pull/632
- Run CI on Modal, upgrade Bitsandbytes by @mryab in https://github.com/learning-at-home/hivemind/pull/641
- Add multiaddr as subpackage by @dvmazur in https://github.com/learning-at-home/hivemind/pull/637
- Fix a typo in the quickstart by @emiapwil in https://github.com/learning-at-home/hivemind/pull/627
- Enable GitHub Actions for tests by @mryab in https://github.com/learning-at-home/hivemind/pull/644
- Delete conditions for run-tests.yml by @mryab in https://github.com/learning-at-home/hivemind/pull/645
- Fix GradScaler import on torch >= 2.3.0 for benchmark_optimizer.py by @Vectorrent in https://github.com/learning-at-home/hivemind/pull/620
- Fix RemoteMixtureOfExperts and RemoteSwitchMixtureOfExperts backward() on GPU by @Vectorrent in https://github.com/learning-at-home/hivemind/pull/626
- Upgrade pytest to 8.3.5 by @mryab in https://github.com/learning-at-home/hivemind/pull/646
- Replace black+isort with Ruff by @mryab in https://github.com/learning-at-home/hivemind/pull/622
- Fix version-file for the Ruff action by @mryab in https://github.com/learning-at-home/hivemind/pull/649
- Make test_averaging_cancel more robust by @mryab in https://github.com/learning-at-home/hivemind/pull/650
New Contributors
- @dpirad007 made their first contribution in https://github.com/learning-at-home/hivemind/pull/599
- @samsja made their first contribution in https://github.com/learning-at-home/hivemind/pull/618
- @Vectorrent made their first contribution in https://github.com/learning-at-home/hivemind/pull/613
- @cleong110 made their first contribution in https://github.com/learning-at-home/hivemind/pull/607
- @xloem made their first contribution in https://github.com/learning-at-home/hivemind/pull/633
- @emiapwil made their first contribution in https://github.com/learning-at-home/hivemind/pull/627
Full Changelog: https://github.com/learning-at-home/hivemind/compare/1.1.10...1.11.11