{{template "views/partials/head" .}}
Network token
{{.P2PToken}}
Warning: P2P mode is disabled or no token was specified
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 automatically discover other nodes. If you already have a token specify it with export TOKEN=".."
Check out the documentation for more information.
Federated Nodes:
You can start LocalAI in federated mode to share your instance, or start the federated server to balance requests between nodes of the federation.
Workers (llama.cpp):
You can start llama.cpp workers to distribute weights between the workers and offload part of the computation. To start a new worker, you can use the CLI or Docker.