-
Notifications
You must be signed in to change notification settings - Fork 112
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
fix device selection for compilation language model in vlm and model saving #967
Merged
AlexKoff88
merged 13 commits into
huggingface:main
from
eaidova:ea/fix_device_assign_vlm
Nov 15, 2024
Merged
fix device selection for compilation language model in vlm and model saving #967
AlexKoff88
merged 13 commits into
huggingface:main
from
eaidova:ea/fix_device_assign_vlm
Nov 15, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
eaidova
force-pushed
the
ea/fix_device_assign_vlm
branch
from
October 24, 2024 13:22
9842cfb
to
f14fb91
Compare
eaidova
changed the title
fix device selection for compilation language model in vlm
fix device selection for compilation language model in vlm and model saving
Oct 24, 2024
echarlaix
reviewed
Oct 31, 2024
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.
Thanks for the fixes!
eaidova
force-pushed
the
ea/fix_device_assign_vlm
branch
from
November 1, 2024 06:11
6777936
to
01819a5
Compare
eaidova
force-pushed
the
ea/fix_device_assign_vlm
branch
4 times, most recently
from
November 5, 2024 13:00
42005a6
to
311737c
Compare
3 tasks
eaidova
force-pushed
the
ea/fix_device_assign_vlm
branch
3 times, most recently
from
November 13, 2024 16:01
125360f
to
82d0176
Compare
3 tasks
AlexKoff88
reviewed
Nov 14, 2024
AlexKoff88
reviewed
Nov 14, 2024
AlexKoff88
approved these changes
Nov 14, 2024
eaidova
commented
Nov 14, 2024
eaidova
commented
Nov 14, 2024
eaidova
force-pushed
the
ea/fix_device_assign_vlm
branch
from
November 14, 2024 16:08
a22fb13
to
6108184
Compare
eaidova
force-pushed
the
ea/fix_device_assign_vlm
branch
from
November 14, 2024 16:11
6108184
to
a6ca826
Compare
nikita-savelyevv
approved these changes
Nov 14, 2024
Co-authored-by: Nikita Savelyev <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
lefotovers for OVModelForVisulCausalLM
all provided functionality converted by tests
Before submitting