Operations in Progress

P2P Distribution Not Enabled

Enable peer-to-peer distribution to scale your AI workloads across multiple devices. Share instances, shard models, and pool computational resources across your network.

Instance Federation

Load balance across multiple instances

Model Sharding

Split large models across workers

Resource Sharing

Pool resources from multiple devices

How to Enable P2P

1

Start LocalAI with P2P enabled

local-ai run --p2p

This will automatically generate a network token for you.

2

Or use an existing token

export TOKEN="your-token-here"
local-ai run --p2p

If you already have a token from another instance, you can reuse it.

3

Access the P2P dashboard

Once enabled, refresh this page to see your network token and start connecting nodes.