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

Remove lifecycle specifiers for Coordinator #104

Merged
merged 15 commits into from
Dec 30, 2024

Conversation

boswelja
Copy link
Contributor

Particularly for the Ollama instance being provided, Coordinator should own its components.

My only concern is that you're now required to move history into Coordinator. Users could probably deal with this with an Arc though, so I think that tradeoff is worth it to reduce the type complexity here.

# Conflicts:
#	src/generation/functions/mod.rs
#	src/generation/functions/pipelines/meta_llama/request.rs
#	src/generation/functions/pipelines/mod.rs
#	src/generation/functions/pipelines/nous_hermes/request.rs
#	src/generation/functions/pipelines/openai/request.rs
# Conflicts:
#	src/generation/functions/mod.rs
#	src/generation/functions/pipelines/meta_llama/request.rs
#	src/generation/functions/pipelines/mod.rs
#	src/generation/functions/pipelines/nous_hermes/request.rs
#	src/generation/functions/pipelines/openai/request.rs
@pepperoni21 pepperoni21 merged commit c15e49a into pepperoni21:master Dec 30, 2024
2 checks passed
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.

3 participants