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

Summarisation should use batch methods #176

Open
zacps opened this issue Aug 7, 2023 · 0 comments · May be fixed by #177
Open

Summarisation should use batch methods #176

zacps opened this issue Aug 7, 2023 · 0 comments · May be fixed by #177
Labels
enhancement New feature or request

Comments

@zacps
Copy link

zacps commented Aug 7, 2023

Currently summarisation makes one call to the underlying LLM per document to summarise.

Instead aget_evidence should use batch methods (agenerate/aapply) to produce a single LLM call.

This could provide significant speedups for local LLMs.

@zacps zacps linked a pull request Aug 7, 2023 that will close this issue
@jamesbraza jamesbraza added the enhancement New feature or request label Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants