Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broadcast token results throughout the network #24

Closed
AlexCheema opened this issue Jul 17, 2024 · 1 comment
Closed

Broadcast token results throughout the network #24

AlexCheema opened this issue Jul 17, 2024 · 1 comment

Comments

@AlexCheema
Copy link
Contributor

AlexCheema commented Jul 17, 2024

Because of exo's architecture, currently only tail nodes support the ChatGPT API endpoint. This is frustrating for users (see e.g. #23) because the tail node changes dynamically (unless you force a node-id but this is non obvious). This would also be more in line with exo's node equality philosophy.

We already support receiving requests to generate from any node. We can support the ChatGPT API endpoint from any node as long as we support retrieving the response. This should be fairly straightforward - we just need to propagate results.

  • Initially, we will just support broadcasting the final response to degree 1 neighbours
@AlexCheema AlexCheema changed the title Add an option to broadcast token results throughout the network Broadcast token results throughout the network Jul 17, 2024
@AlexCheema
Copy link
Contributor Author

Made separate issues. This one is solved already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant