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

Update protocol for backend #2

Closed
wants to merge 1 commit into from

Conversation

L-jasmine
Copy link
Collaborator

  • I replaced std::sync::mpsc with crossbeam, as I believe it offers better performance.
  • I added some new commands: Chat, and LoadModel.
  • I moved the Sender for sending responses to the Command, which may make it clearer which command the response is coming from.

@L-jasmine
Copy link
Collaborator Author

This PR is only for reference purposes for PR1, and there is no need to merge it.

@jmbejar
Copy link
Collaborator

jmbejar commented Feb 27, 2024

This PR is only for reference purposes for PR1, and there is no need to merge it.

Gotcha! I'm currently looking at the comments and thinking in your suggestion number #3, which is an interesting one for sure. Will follow up in the original PR whenever makes sense, otherwise I will be commenting here.

@jmbejar jmbejar closed this Mar 5, 2024
@L-jasmine L-jasmine deleted the feat/update_protocol branch April 3, 2024 06:27
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

Successfully merging this pull request may close these issues.

2 participants