Skip to content
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

phi-3 vision notebook #2203

Merged
merged 10 commits into from
Jul 23, 2024
Merged

phi-3 vision notebook #2203

merged 10 commits into from
Jul 23, 2024

Conversation

eaidova
Copy link
Collaborator

@eaidova eaidova commented Jul 16, 2024

No description provided.

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Copy link

review-notebook-app bot commented Jul 17, 2024

View / edit / reply to this conversation on ReviewNB

aleksandr-mokrov commented on 2024-07-17T18:11:20Z
----------------------------------------------------------------

inference device s arguments

Must be misprint


Copy link

review-notebook-app bot commented Jul 17, 2024

View / edit / reply to this conversation on ReviewNB

aleksandr-mokrov commented on 2024-07-17T18:11:21Z
----------------------------------------------------------------

Line #3.    # Uncomment these lines to see model inference class code

We can be more specific:

Uncomment below lines to see the model inference class code


from transformers.modeling_outputs import CausalLMOutputWithPast, BaseModelOutputWithPast
from transformers import AutoConfig

from typing import Optional, Tuple, List
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There already is typing several lines above. And it's better to put imports in order (standard libraries, related third party imports and local )

notebooks/phi-3-vision/ov_phi3_vision.py Show resolved Hide resolved
@eaidova eaidova merged commit 69f6646 into openvinotoolkit:latest Jul 23, 2024
15 of 17 checks passed
@eaidova eaidova deleted the ea/phi-3-vision branch July 23, 2024 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants