-
Notifications
You must be signed in to change notification settings - Fork 174
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] changes on llava_vid model #291
[feat] changes on llava_vid model #291
Conversation
lmms_eval/models/llava_vid.py
Outdated
elif self.torch_dtype == "bfloat16": | ||
video = video.bfloat16() | ||
else: | ||
import pdb;pdb.set_trace() |
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.
Can replace it with an error message or log warning message
lmms_eval/models/srt_api.py
Outdated
if doc_id != 7: | ||
response = "A" | ||
return response |
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.
Is this hardcoded? Looks like you need to remove this to output correctly
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.
Hi, you can refer to the comments I wrote for further changes
* Update gitignore and videomme tasks configuration files * Fix prompt post_prompt in videomme.yaml and videomme_w_subtitle.yaml * Fix inconsistent indentation in utils.py
* Update gitignore and videomme tasks configuration files * Fix prompt post_prompt in videomme.yaml and videomme_w_subtitle.yaml * Fix inconsistent indentation in utils.py
Before you open a pull-request, please check if a similar issue already exists or has been closed before.
When you open a pull-request, please be sure to include the following
Thank you for your contributions!