Federated Topology #3711
Unanswered
CiraciNicolo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm having some kind of issues understanding the topology for federated deployment; in my scenario, based on Kubernetes, I've this "runners":
This is necessary since we run different models on different hardware.
I would like to instantiate a federated network; currently I'm deploying 3 instances of LocalAI:
--p2p --federated
)federated
)All instances share the same P2P token. The master instance is needed for service/ingress exposition via Kubernetes. I'm seeing the following issues:
Am I doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions