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

Support for Phi3 Vision Model #478

Merged
merged 14 commits into from
May 21, 2024

Conversation

baijumeswani
Copy link
Contributor

No description provided.

examples/python/phi3v.py Outdated Show resolved Hide resolved
@baijumeswani baijumeswani merged commit 7883a1e into main May 21, 2024
12 checks passed
@baijumeswani baijumeswani deleted the baijumeswani/multi-modal-model-support branch May 21, 2024 22:24

if __name__ == "__main__":
parser = argparse.ArgumentParser()
parser.add_argument("-m", "--model_path", type=str, required=True, help="Path to the model")
Copy link
Member

@yufenglee yufenglee May 21, 2024

Choose a reason for hiding this comment

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

we may improve the example by adding more options to control logging level and performance(time to process image, token generation speed) later.

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

4 participants