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

[feat] Add a batch validation mode #833

Open
wylansford opened this issue Jun 14, 2024 · 1 comment
Open

[feat] Add a batch validation mode #833

wylansford opened this issue Jun 14, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@wylansford
Copy link
Contributor

Description
Some users are queuing results and wish to be able to batch a validation request to the Guard (with async support for this call, reliant on #832)

Why is this needed
In prod systems, validation latency may be too high to run it on every request. Batching makes more sense, and should be supported

Implementation details

End result

@wylansford wylansford added the enhancement New feature or request label Jun 14, 2024
@CalebCourier
Copy link
Collaborator

@wylansford would this necessitate batching inference calls as well? I'm thinking that's likely where the majority of any latency derives from within the validation loop, but that's pure speculation right now.

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

No branches or pull requests

2 participants