diff --git a/core/http/views/p2p.html b/core/http/views/p2p.html index c1d4ec1adffe..586469629c51 100644 --- a/core/http/views/p2p.html +++ b/core/http/views/p2p.html @@ -10,6 +10,110 @@ {{template "views/partials/inprogress" .}}
+ Enable peer-to-peer distribution to scale your AI workloads across multiple devices. Share instances, shard models, and pool computational resources across your network. +
+ + +Load balance across multiple instances
+Split large models across workers
+Pool resources from multiple devices
+Start LocalAI with P2P enabled
+
+ local-ai run --p2p
+
+ This will automatically generate a network token for you.
+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.
+Access the P2P dashboard
+Once enabled, refresh this page to see your network token and start connecting nodes.
+
- You have to enable P2P mode by starting LocalAI with --p2p. Please restart the server with --p2p to generate a new token automatically that can be used to discover other nodes. If you already have a token, specify it with export TOKEN=".."
-
- Check out the documentation for more information.
-
-