Skip to content

Tags: learning-at-home/hivemind

Tags

1.1.10

Toggle 1.1.10's commit message
Bump version to 1.1.10.post2

1.1.9

Toggle 1.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

1.1.8

Toggle 1.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix errors in hivemind.p2p and hivemind.compression (#565)

This PR:

1. Fixes warnings in hivemind.p2p destructors.

2. Makes bfloat16 serialization in hivemind.compression forward- and backward-compatible. The code before this PR (a) didn't work in torch < 1.13.0 (hivemind requires torch >= 1.9.0) and (b) led to warnings on torch >= 2.0. The new code works without warnings in all versions of PyTorch.

1.1.7

Toggle 1.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix broken link, min torch version in readme (#562)

1.1.6

Toggle 1.1.6's commit message
Bump version to 1.1.6

1.1.5

Toggle 1.1.5's commit message
Bump version to 1.1.5

1.1.4

Toggle 1.1.4's commit message
Bump version to 1.1.4

1.1.3

Toggle 1.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove stale PeerIDs in hivemind-dht's routing table (#525)

Before this PR, hivemind-dht-based initial peers collected lots of stale PeerIDs and other peers could not actually make DHT queries anymore.

1.1.2

Toggle 1.1.2's commit message
Bump version to 1.1.2

1.1.1

Toggle 1.1.1's commit message
Bump version to 1.1.1