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

Add VLM support #177

Closed
wants to merge 1 commit into from
Closed

Conversation

merveenoyan
Copy link

Partially fixes #176 (the latter part where the VLMs are main models for the agents)

For the initial version, we could make some decisions for following questions:

  1. We should give user the option to pass images only for the first step.
  2. We should give user the option to pass images at every step.

It's just a matter of adding image(s) to chat template and keeping image(s) either in memory or passing it all the time.

For later, we could have option for agent to pull more images from somewhere, I just don't know of a use case for this yet.

@merveenoyan merveenoyan marked this pull request as draft January 13, 2025 16:49
@merveenoyan
Copy link
Author

closed in favor of #220 to work on the main repo

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

Successfully merging this pull request may close these issues.

Vision Language Support
1 participant