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

Representing a batch of multiple images #1101

Closed
kerighan opened this issue Mar 11, 2024 · 1 comment
Closed

Representing a batch of multiple images #1101

kerighan opened this issue Mar 11, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@kerighan
Copy link

Thanks for your helpful library.
I wonder how it is possible to infer the embedding of multiple pictures at once, so as to maximally leverage model parallelism and improve inference speed. From the code, it does not seem obvious

@serengil serengil added the enhancement New feature or request label Mar 11, 2024
@serengil
Copy link
Owner

You should call represent in a for loop.

No plan to support batches in the short term.

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