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

Multi-responses for a single inference #665

Open
mrcchef opened this issue Nov 5, 2024 · 0 comments
Open

Multi-responses for a single inference #665

mrcchef opened this issue Nov 5, 2024 · 0 comments

Comments

@mrcchef
Copy link

mrcchef commented Nov 5, 2024

Feature request

Lorax should have a feature where It could generated multiple generation request for same prompt via a single API call.

Motivation

It is helpful as when some one wants multiple output for a single prompt then instead of calling so many request it can be achieved in a single call.
This will also reduce number of calls which would avoid the connection reset by peer failure due to excessive requests made to server.

Currently, I am using lorax to deploy llama 3 and I need multiple outputs for a single requests.
And b/c of which alot of my request gets dropped b/c of connection reset by peer.

Your contribution

.

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