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

Refactor Sequences and Generator pipeline into single LLM pipeline #494

Closed
davidmezzetti opened this issue Jul 2, 2023 · 0 comments
Closed
Assignees
Milestone

Comments

@davidmezzetti
Copy link
Member

Currently, the Sequences and Generator pipelines load sequence to sequence and text generation models respectively. Both of these types of models can be used in a generative way and the logic should be refactored to make txtai easier to use with LLMs.

Logic to determine if a model is a sequence-sequence or text generation model should be added. The Sequences and Generator pipeline should extend the LLM pipeline and be a simple way to force the model type.

@davidmezzetti davidmezzetti added this to the v5.6.0 milestone Jul 2, 2023
@davidmezzetti davidmezzetti self-assigned this Jul 2, 2023
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