-
Notifications
You must be signed in to change notification settings - Fork 0
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
VLM pipeline test #66
VLM pipeline test #66
Conversation
def run_pipeline(): | ||
pipe.generate(prompt, images, generation_config, streamer) | ||
|
||
# TODO: Currently the generation hangs in endless loop, so the timeout is needed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it hangs or generated text infinitely ?
do we know the place where it hangs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As I understood it is fixed on branch "multiple-images-miniCPM-V-2_6", I need to rebase and check.
Draft VLM pipeline test
Ticket: 153186
Depends on: #62