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

Allow client/server guidance execution #586

Merged
merged 23 commits into from
Jan 31, 2024
Merged

Allow client/server guidance execution #586

merged 23 commits into from
Jan 31, 2024

Conversation

slundberg
Copy link
Contributor

@slundberg slundberg commented Jan 12, 2024

This work-in-progress splits the inference computation parts of the Model class into an Engine and a Tokenizer class. The goal is to completely separate the client-side manipulation of Model objects from a stateless inference computation that can be exposed through a remote server. (note the Server class is not yet implemented)

Not currently running, but starting to debug LlamaCpp without any network traffic). Sharing here as a PR for visibility since it changes a lot of code.

@slundberg slundberg changed the title WIP: Allow client/server guidance execution Allow client/server guidance execution Jan 25, 2024
@slundberg slundberg merged commit 513966f into main Jan 31, 2024
6 checks passed
@slundberg slundberg deleted the client-server branch January 31, 2024 22:08
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.

None yet

1 participant