learning-at-home/hivemind
Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world. observed · 2026-08-28
Health v2 · maintenance only
59/100
- Activity 61
- Release rhythm 32
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 257
- age_days: 2379
- days_rel: 242
- days_push: 234
- n_releases_24m: 2
Adoption not part of the score
2515 stars · 232 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Hivemind is a PyTorch library for decentralized deep learning across the Internet, enabling training of large models on hundreds of volunteer computers without a master node. It provides a distributed hash table, fault-tolerant backpropagation, decentralized parameter averaging, and Decentralized Mixture-of-Experts for splitting large models across participants.
Use cases
- train a large neural network collaboratively across volunteers' computers
- run distributed deep learning without a central parameter server
- train a transformer model with a mixture-of-experts layer spread across machines
- fine-tune large language models in a peer-to-peer network like Petals
- collaboratively pretrain a language model with researchers worldwide
- tolerate slow or unresponsive nodes during distributed backpropagation
When to choose
- you want to train a large model across unreliable, geographically distributed machines without a master node
- you need fault-tolerant, asynchronous distributed training in PyTorch
- your model is too large for one GPU and can be sharded via mixture-of-experts
- you are building volunteer or collaborative training platforms
When to avoid
- you need classic tightly-coupled data-parallel training on a reliable cluster - use torch.distributed, DeepSpeed, or Horovod instead
- your workload is small enough for single-machine training
- you need strict synchronization or deterministic training runs
- you require production support or a large enterprise ecosystem
Facets
library · maturity active
deep-learning machine-learning llm-training concurrency networking deep-learning machine-learning microservices gpu-computing python cross-platform pytorch distributed-training decentralized dht mixture-of-experts volunteer-computing asyncio peer-to-peer gpu
2 sources
- readme: https://github.com/learning-at-home/hivemind · fetched 2026-08-28 · 60f3907e1707
- registry_pypi: https://pypi.org/pypi/hivemind/json · fetched 2026-08-29 · d86f3c8081ed
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| learning-at-home/hivemind | main | 59 |
For agents
markdown · JSON · MCP: product_card(name="learning-at-home/hivemind")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem