-
Notifications
You must be signed in to change notification settings - Fork 9
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 Llava model bringup #1173
Add Llava model bringup #1173
Conversation
|
3 similar comments
|
|
|
f698620
to
2ce6727
Compare
|
3 similar comments
|
|
|
ca89f31
to
b32df62
Compare
|
|
|
return bool(re.match(regex, url)) | ||
|
||
|
||
def load_model(variant): |
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 we keep model loading and Wrapper as part of the test?
Just to be able to see right from the test if we're doing some customizations on the model.
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.
Sure,. Updated Now.
b32df62
to
caf9657
Compare
|
3 similar comments
|
|
|
@ashokkumarkannan1 seems like your CI is failing due to imports. Can you check it? |
caf9657
to
49e939e
Compare
|
1 similar comment
|
|
1 similar comment
|
Fixed now. @nvukobratTT |
Ticket
Fix #1177
What's changed
Add Model tests for Llava Model
Logs
test_llava.log
Current Issue
And this will be solved in this PR - #1188