#115 · Primary category: Inference & Local Deploy

distributed-llama

distributed-computing distributed-llm llama2 llama3 llm llm-inference llms neural-network open-llm

Distributed LLM inference. Connect home devices into a powerful cluster to accelerate LLM inference. More devices means faster inference.

Project last updated:07/05/26

GitHub Stars

3.0K

Forks

248

Contributors

15

License

MIT

Why we included this project

Distributed Llama strings together spare home machines, including Raspberry Pis, into a single inference cluster. It splits model weights across nodes using tensor parallelism and syncs over Ethernet, so adding devices actually speeds up generation rather than just scaling capacity. That means you can run checkpoints in the 70B or 405B range on hardware no single box could load into memory, without paying for cloud GPUs. Setup comes down to one command that downloads the model and tokenizer, and the README covers Linux, macOS, Windows, and GPU runs, with real benchmarks posted in the discussions. Anyone self-hosting LLMs on consumer hardware, or curious how tensor parallelism behaves beyond one GPU, will find a working example worth studying.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category