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

Running several adapters on the same input #606

Open
arnaud-secondlayer opened this issue Sep 15, 2024 · 1 comment
Open

Running several adapters on the same input #606

arnaud-secondlayer opened this issue Sep 15, 2024 · 1 comment

Comments

@arnaud-secondlayer
Copy link

Feature request

I'd like to be able to run several adapters on the same input.
For example, being able to call the python client function with several adapters instead of a single one and retrieve the answers of all the adapters at the same time.

Motivation

There are many cases where we want to run several distinct adapters on a user input. Being able to list all the adapters in a single function call would save on sending the user input several times, and we may be able to share some computing across adapters because we know the input is the same.

Your contribution

With some guidance, I should be able to create a PR.

@veezbo
Copy link

veezbo commented Oct 24, 2024

I'd like to +1 this use case, which is particularly useful when each adapter is actually a classifier and we want each to run over the same input.

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

2 participants