-
Notifications
You must be signed in to change notification settings - Fork 59
Enable CB for vlms with multiple images and multiple prompts #583
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
Conversation
8dd6395 to
b41bd72
Compare
Signed-off-by: Mamta Singh <[email protected]> Signed-off-by: Rishin Raj <[email protected]>
Signed-off-by: Mamta Singh <[email protected]> Signed-off-by: Rishin Raj <[email protected]>
Signed-off-by: Asmita Goswami <[email protected]> Signed-off-by: Rishin Raj <[email protected]>
Signed-off-by: Asmita Goswami <[email protected]> Signed-off-by: Rishin Raj <[email protected]>
Signed-off-by: Asmita Goswami <[email protected]> Signed-off-by: Rishin Raj <[email protected]>
Signed-off-by: Asmita Goswami <[email protected]> Signed-off-by: Rishin Raj <[email protected]>
Signed-off-by: Asmita Goswami <[email protected]> Signed-off-by: Rishin Raj <[email protected]>
Signed-off-by: Asmita Goswami <[email protected]> Signed-off-by: Rishin Raj <[email protected]>
Signed-off-by: Rishin Raj <[email protected]>
Signed-off-by: Mohit Soni <[email protected]> Signed-off-by: Rishin Raj <[email protected]>
Signed-off-by: Rishin Raj <[email protected]>
Signed-off-by: Rishin Raj <[email protected]>
Signed-off-by: Rishin Raj <[email protected]>
Signed-off-by: Rishin Raj <[email protected]>
Signed-off-by: vbaddi <[email protected]> Signed-off-by: Rishin Raj <[email protected]>
Signed-off-by: vbaddi <[email protected]> Signed-off-by: Rishin Raj <[email protected]>
Signed-off-by: vbaddi <[email protected]> Signed-off-by: Rishin Raj <[email protected]>
Signed-off-by: Rishin Raj <[email protected]>
Signed-off-by: Mohit Soni <[email protected]> Signed-off-by: Rishin Raj <[email protected]>
Signed-off-by: Rishin Raj <[email protected]>
Signed-off-by: Rishin Raj <[email protected]>
Signed-off-by: Rishin Raj <[email protected]>
Signed-off-by: Mohit Soni <[email protected]>
Signed-off-by: Rishin Raj <[email protected]>
| del self.execObj | ||
| self.program.deactivate() | ||
| if self.is_active: | ||
| del self.execObj |
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.
NIT pick, we should always have a cleanup method declared for execObj, else it may lead to silent memory leaks. Just deleting the object may lead to hidden memory leaks.
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.
LGTM
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.
LGTM
No description provided.