-
Notifications
You must be signed in to change notification settings - Fork 200
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
Idefics2 #1270
Conversation
Signed-off-by: Wang, Yi A <[email protected]>
Signed-off-by: Wang, Yi A <[email protected]>
Signed-off-by: Wang, Yi A <[email protected]>
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
cmd: |
optimum/habana/transformers/models/idefics2/modeling_idefics2.py
Outdated
Show resolved
Hide resolved
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.
Looks good otherwise, have a question regd unfold
Signed-off-by: Wang, Yi A <[email protected]>
The code quality check failed, please run |
Signed-off-by: Wang, Yi A <[email protected]>
move vision model to prepare input(image size may change if the input is dataset, can not use hpu graph to optimize it) add ci test Signed-off-by: Wang, Yi A <[email protected]>
Signed-off-by: Wang, Yi A <[email protected]>
Signed-off-by: Wang, Yi A <[email protected]>
… to speedup finetune Signed-off-by: Wang, Yi A <[email protected]>
Hi, I have replace unfold with conv2D. cpu fallback is not needed. finetune got speedup @ssarkar2 |
Signed-off-by: Wang, Yi A <[email protected]>
Signed-off-by: Wang, Yi A <[email protected]>
…not indicated explicitily Signed-off-by: Wang, Yi A <[email protected]>
has found the recent PR which upgrade test_image_to_text_example.py. add "use_kv_cache", whose default value is false if not indicated explicitly in command line. which will lead image-to-text ci test to fail. fix it. |
also found the similar PR which mean to fix eos issue if batch>1, please refer #1287, |
Signed-off-by: Wang, Yi A <[email protected]>
Signed-off-by: Wang, Yi A <[email protected]>
@regisss could you review and merge it? |
What does this PR do?
Fixes # (issue)
Before submitting